Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How start .CHM not on F1?
Message
 
 
À
19/10/2001 02:49:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00570644
Message ID:
00570815
Vues:
20
>Hi All!
>Can I open help file to not pressing ?
>Igor.

You can use ShellExute API function to do that
DECLARE INTEGER ShellExecute IN "Shell32.dll" ;
    INTEGER hwnd, ;
    STRING lpVerb, ;
    STRING lpFile, ;
    STRING lpParameters, ;
    STRING lpDirectory, ;
    LONG nShowCmd

Shellexecute(0,"Open","c:\windows\system\drvvfp.chm","","",1)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform