Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running other program inside my form
Message
 
To
04/09/2008 07:40:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01344769
Message ID:
01345061
Views:
11
Hi Chaim,

With the SetParent API function you can move the VB app into your form. After calling FindWindow to obtain a window handle, use:
Declare Long SetParent in Win32Api Long, Long
SetParent(lnHwnd, Thisform.Hwnd)
There are some window API functions that let you position the window such as SetWindowPos.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform