Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML Help 1.1
Message
De
16/09/1998 16:00:21
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00118388
Message ID:
00137463
Vues:
23
>The following worked for me:
>
>In the app, put something like this:
>On Key Label F1 do HtmlHelp
>
>procedure HtmlHelp
>*
>DECLARE INTEGER ShellExecute IN Shell32 ;
>    INTEGER @HWND,;
>    STRING @lpOperation,;
>    STRING @lpFile,;
>    STRING @lpParameters,;
>    STRING @lpDirectory,;
>    INTEGER @nShowCmd
>
>hWind = 0
>lcOperation = "OPEN"
>lcFile = "HH.EXE"
>lcParameter = "MyHelp.CHM"
>lcDirectory = "C:\WINDOWS"
>liShow = 0
>lnResult = ;
>   ShellExecute(@hWind,@lcOperation,@lcFile,@lcParameter,@lcDirectory,liShow)
>clear DLLS
Have been away for a while, but wanted to say THANKS VERY MUCH, worked like a charm.

Laurisa
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform