Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding an instance of IE
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00804631
Message ID:
01077012
Views:
34
If I comment out the if statement, then this does show me instance of IE
that I have been trying to get into. But I can't figure how to use
oIe. to save the web page as an htm file? Can you refer me a sample?
Thanks Steve

oShell = NULL
oShell = CREATEOBJ('Shell.Application')
oIEColl = oShell.Windows
FOR EACH oIE IN oIEColl
*IF "IEXPLORE.EXE" $ oIE.FullName
WAIT wind oIE.LocationName
WAIT wind oIE.hWnd
WAIT wind oIE.LocationURL
*ENDIF
ENDFOR
oIEColl = NULL
oShell = NULL
oIEColl = NULL
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform