Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Help 1.1
Message
From
16/09/1998 16:00:21
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00118388
Message ID:
00137463
Views:
24
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform