Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to open an URL in IE
Message
De
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:
00466853
Vues:
11
>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