Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to display chm file?
Message
De
25/06/2002 22:01:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
How to display chm file?
Divers
Thread ID:
00672283
Message ID:
00672283
Vues:
44
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform