delphi - How to embed HTML help in a form window -


i'm wondering if possible display topics chm file in form of delphi application? know how use htmlhelp api launches external viewer. display topics within form

not tested, but...
if pass help url (like ms-help://embarcadero.rs2009/delphivclwin32/system__tdatetime__-@tdatetime_@const.html) embedded webbrowser, should work.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -