Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Link
Message
De
13/03/2003 13:40:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Link
Divers
Thread ID:
00765316
Message ID:
00765503
Vues:
16
How's this?
#DEFINE MY_HOMEPAGE  "http://www.mywebpage.com"

DECLARE LONG ShellExecute IN Shell32.DLL ;
    LONG HWND, ;
    STRING lpVerb, ;
    STRING lpFile, ;
    STRING lpParameters, ;
    STRING lpDirectory, ;
    INTEGER nShowCmd

ShellExecute(0,"open",MY_HOMEPAGE, .NULL., .NULL., 1)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform