Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display chm file?
Message
 
To
25/06/2002 22:01:07
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00672283
Message ID:
00672311
Views:
11
You need the Help Viewer installed in the computer's client

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp


regards

Francisco Morosini
>All,
>
>I wrote some code to display html help file:
>
>DECLARE INTEGER ShellExecute ;
> IN SHELL32.DLL ;
> INTEGER nWinHandle,;
> STRING cOperation,;
> STRING cFileName,;
> STRING cParameters,;
> STRING cDirectory,;
> INTEGER nShowWindow
>RETURN ShellExecute(0,'','hpandibm.chm','','',1)
>
>Some windows2000 machine can display but some windows2000 machine couldn't display. why?
>
>
>Ricky
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform