Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display chm file?
Message
From
25/06/2002 22:01:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How to display chm file?
Miscellaneous
Thread ID:
00672283
Message ID:
00672283
Views:
45
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
Next
Reply
Map
View

Click here to load this message in the networking platform