Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help file .chm

Status
Not open for further replies.

gcaramia

Programmer
Oct 30, 2003
185
IT
How can i use an help file .chm instead of .hlp in a D7 project?
I tried to execute it by using winexecute but ... nothing
somebody can help me please?
 
Hi.
You can use f.ex.shellexecute...

Do you have EC Software Help Suite Component?
If yes then you can use:
ehsContextMap.pas THelpContextMap unit
ehsHelpRouter.pas THelpRouter unit
ehsWhatsThis.pas TWhatsThis unit

Ex.
Helprouter1.HelpJump(helpfile,'');

cheers,
mha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top