Board index » delphi » CHM file reader
Jim Davis
![]() Delphi Developer |
Jim Davis
![]() Delphi Developer |
CHM file reader2006-09-26 09:57:51 PM delphi268 Is anyone aware of a CHM help file viewer component for delphi ? (or compatible activeX) so that the help file viewer can be embeded in the application. thanks Jim |
Viatcheslav V. Vassiliev
![]() Delphi Developer |
2006-09-27 12:51:45 AM
Re:CHM file reader
If you need to display only content, not navigation, index, search panels,
TWebBrowser will work. //------------------------------------------ Regards, Vassiliev V. V. www.managed-vcl.com - using .Net objects in Delphi for Win32 + ADO.Net www.oledbdirect.com - The fastest way to access MS SQL Server, MS Jet (Access) and Interbase (through OLEDB) "Jim Davis" <XXXX@XXXXX.COM>сообщи?сообщила ?новостях следующе? QuoteIs anyone aware of a CHM help file viewer component for delphi ? |
Daniel Rail
![]() Delphi Developer |
2006-09-27 01:48:44 AM
Re:CHM file reader
"Jim Davis" <XXXX@XXXXX.COM>writes
QuoteIs anyone aware of a CHM help file viewer component for delphi ? originally part of Win9x, so you might have to install it for those platforms. You can download the HTML Help install from Microsoft. And, in your application, you can use the following component: www.helpandmanual.com/comppage.htm The component is free and works good. We are currently using it in our applications. -- Best Regards, Daniel Rail ACCRA Solutions Inc.(www.accra.ca) ACCRA Med Software Inc.(www.filopto.com) |
Robert Meek
![]() Delphi Developer |
2006-09-28 01:22:33 AM
Re:CHM file reader
Just a quick question on this as I use Help and Manual too. If you use
the component they've made available for displaying html help and you add it to the application along with your html help file compiled, does the machine the app and help file is run on need to have the Help Workshop installed on it or will it run on any windows computer? -- from Robert Meek dba Tangentals Design XXXX@XXXXX.COM "Daniel Rail" <XXXX@XXXXX.COM>writes Quote"Jim Davis" <XXXX@XXXXX.COM>writes |
Daniel Rail
![]() Delphi Developer |
2006-09-28 03:26:31 AM
Re:CHM file reader
"Robert Meek" <XXXX@XXXXX.COM>writes
QuoteJust a quick question on this as I use Help and Manual too. If you use installation folder, and you should find the viewer's install executable called "hhupd.exe". Here's the link to MS HTML Help FAQ, for more information: msdn.microsoft.com/library/default.asp -- Best Regards, Daniel Rail ACCRA Solutions Inc.(www.accra.ca) ACCRA Med Software Inc.(www.filopto.com) |