Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How start .CHM not on F1?
Message
 
 
To
19/10/2001 02:49:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00570644
Message ID:
00570815
Views:
21
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform