Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call up a website or e-mail
Message
De
18/01/2001 19:58:04
 
 
À
10/01/2001 09:20:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00461576
Message ID:
00465499
Vues:
14
>what is the command to call up a I/E brower with a web address.

oIE = CREATEOBJECT('internetexplorer.application')
oIE.Navigate('www.levelextreme.com')
oIE.Visible = .T.


That fires up IE just like you asked, though, since the ShellExecute uses Windows' default browser I'd be more likely to use that.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform