Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a website URL from VFP6 (Need Assistance)
Message
De
10/10/2004 04:03:27
 
 
À
10/10/2004 02:03:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00950217
Message ID:
00950223
Vues:
15
To run the default browser you can use the ShellExecute() API
DECLARE ShellExecute IN shell32.dll ;
 Integer, String, String, String, String, Integer

ShellExecute(0,"open","http://www.levelextreme.com","","",1)
hth
-Stefan

>I am looking to do something that I thought would be fairly simple but running into a roadblock with VFP6. I want to add a menu option under the HELP submenu function using the procedure option to call a website URL using the system's default browser. Click and VFP launches the browser to goto www.xxx.xxx. I am not sure if this is something I am going to need to do with a 3rd party plugin or if it can be done with the command structure of VFP6.
>
>Any assistance or samples would be greatly appreciated.
>
>Jack Wilson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform