Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automation of InternetExplorer
Message
From
29/03/2002 08:41:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Automation of InternetExplorer
Miscellaneous
Thread ID:
00638882
Message ID:
00638882
Views:
41
I have found the way to connect to internet with my VFP application.
That consiste of using InternetExplorer object like this :

ie=createobject(InternetExplorer.application)
ie.visible=.T.
ie.navigate('www.levelextreme.com')

this code is used to close the ie object :
ie.quit

that works well.

i would like to know now, all the properties of the InternetExplorer object.
Next
Reply
Map
View

Click here to load this message in the networking platform