Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to open an URL in IE
Message
 
À
22/01/2001 14:32:51
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00466796
Message ID:
00483287
Vues:
12
And the best way to make it open borderless withing the confines of your form?

>>I need open an URL in internet explorer by clicking in a text on my form.
>
>ShellExecute() and the FFC class that uses it both open up the default browser for the machine. If you want IE to come up, these three lines work
>
>
oIE = CREATEOBJECT('internetexplorer.application')
>oIE.Navigate('www.levelextreme.com')
>oIE.Visible = .T.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform