Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlling IE5 from VFP 6
Message
De
03/10/2001 09:34:08
 
 
À
02/10/2001 17:12:42
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00563316
Message ID:
00563550
Vues:
18
Hi

You could use the windows api SHELLEXECUTE, the syntax for this is listed in the API section of the UT.

ie

lnRetrunValue=shellexecute(0,"OPEN","WWW.MICROSOFT.COM","","",1)

This will open your default browser

If you want to run IE , then use

lnRetrunValue=shellexecute(0,"OPEN","c:\program files\Internet Expolrer\ie.exe","http://www.microsoft.com","",1)

This should bring IE to the front

Regards

Steven
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform