How to embed HTML help in a form window
chm, delphi
Solution
Not tested, but... If you pass the help url (like `ms-help://embarcadero.rs2009/delphivclwin32/System__TDateTime__-@TDateTime_@const.html`) to an embedded WebBrowser, it should work.
Problem
I'm wondering if it is possible to display topics from a CHM help file in a form of my Delphi application? I know how to use the htmlhelp api but it launches the external help viewer. I would like to display the help topics within a form