Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do we call IE from VFP?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00365118
Message ID:
00365126
Vues:
13
>I like to call Internet Explorer with the createobject() command and jump to a UTL.
>
>What is the syntax to call IE with a URL?

Use the Navigate method:
oIE = CREATEOBJECT('InternetExplorer.Application')
oIE.Navigate('http://www.levelextreme.com')
oIE.Visible = .T.
There's info in the MSDN library on the complete object model.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform