Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass HWND to exe ?
Message
From
16/07/2003 19:31:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Pass HWND to exe ?
Miscellaneous
Thread ID:
00810893
Message ID:
00810893
Views:
61
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
Next
Reply
Map
View

Click here to load this message in the networking platform