Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass HWND to exe ?
Message
De
16/07/2003 19:31:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Pass HWND to exe ?
Divers
Thread ID:
00810893
Message ID:
00810893
Vues:
62
I'm using VFP 7.0

In an exe, is there any way to use an instance of InternetExplorer that was created in another exe?
myPrg
  local loIE, lnHWND
  loIE = CreateObject('InternetExplorer.Application')
  lnHWND = loIE.HWND
  do myExe.exe with transform(lnHWND)

myExe.prg (inside myExe.exe)
  lparameters cHWND
  local loIE
  loIE = ?????         << how do I get myExe to use the window created in myPrg
TIA
Bill Morris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform