Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ShellExecute
Message
 
À
03/03/2004 10:15:07
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00882701
Message ID:
00882861
Vues:
17
>Is there a way to force ShellExecute to always open a new browser to display the page and ignore any open browser? Or is there a better way to call IE and pass it a URL to display?

Jerry,

You can always try using automation w/Internet Explorer to open up a brand new window along these lines:
oBrowser = CREATEOBJECT("InternetExplorer.Application")
oBrowser.Navigate("http://www.levelextreme.com")
oBrowser.Visible = .T.
HTH

Laterness,
Jon
Jon Rosenbaum
Devcon Drummer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform