Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running Internet Browser
Message
 
 
À
08/12/2003 17:22:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00856983
Message ID:
00856987
Vues:
23
Valentin,
declare long ShellExecute in "shell32.dll" long hwnd, string lpszOp, ;
                    string lpszFile, string lpszParams, ;
                    string lpszDir, long nShowCmd

ShellExecute( 0, "open", "www.microsoft.com", "", "", 1 )
will launch the users current browser application. You don't have to worry about what browser they use or where it is installed.

>How can I run the Internet Browser(IEXPLORE.EXE) regardless of where it is being installed (C drive or D drive)?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform