Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launch Internet Explorer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00763300
Message ID:
00763304
Vues:
16
>What is the simplest syntax to launch Internet Explorer with a specific web address?

try this:
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate("http://www.royalimpact.com/mm/index.html")
oIE.Visible = .t.
hope this helps
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform