Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launch browser from VFP?
Message
De
28/01/2001 22:22:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00469536
Message ID:
00469584
Vues:
20
You can also try this. It won't launch your "default" browser but maybe
this will work for you.


ExplorerExe = 'C:\program files\internet explorer\iexplore.exe'
declare ShellExecute IN shell32.dll;
Integer, String,String, String, String, Integer
ShellExecute(0,"open",ExplorerExe,"www.ebay.com","",1)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform