Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML Help for FPW 2.6 ?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00194742
Message ID:
00196612
Vues:
33
>In earlier version of VFP, 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

Hello Mark,
Did you do this with FoxPro 2.6? I suppose, this works with VFP 3.0, but not with earlier versions.
Greetings
Christian Isberner
Software Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform