Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running other program inside my form
Message
 
À
04/09/2008 07:40:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01344769
Message ID:
01345061
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform