Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Help with VFP 5
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00752838
Message ID:
00752850
Views:
21
>Would you an example of a shellexec command to call html help application. I'm not too familiar with shellexec.

DECLARE INTEGER ShellExecute ;
IN SHELL32.DLL ;
INTEGER nWinHandle,;
STRING cOperation,;
STRING cFileName,;
STRING cParameters,;
STRING cDirectory,;
INTEGER nShowWindow

ShellExecute(0,"open","C:\WINNT\Help\INET98.CHM","","",1)

or

DECLARE INTEGER WinExec IN win32api AS custrun ;
STRING command, INTEGER param

=custrun("C:\WINNT\Help\INET98.CHM",1)


clear dlls
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform