Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automation of InternetExplorer
Message
De
29/03/2002 08:41:06
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Automation of InternetExplorer
Divers
Thread ID:
00638882
Message ID:
00638882
Vues:
40
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform