Here is only the mindemo implemented.
Of course, all other demos are possible.


IMPORTANT:
The statement "set default to <path>" should be executed as the very
first statement in your application, where <path> points to the
directory where VPE and all additional VPE-DLL's are located.


The Window-Handle, you need for VpeOpenDoc() can be retrieved with:
DECLARE INTEGER GetActiveWindow IN win32api
VFPHandle=GetActiveWindow()
