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:
00365426
Vues:
22
Thank you George. I will look up the MSDN library.

>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform