Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Help for FPW 2.6 ?
Message
From
11/03/1999 20:55:09
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00194742
Message ID:
00196612
Views:
27
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform