c++builder - How to open HTMLHelp (.chm) file from Borland C++ Application -
we have legacy application developed in borland c++ builder. have updated file htmlhelp (.chm) file, want click on button in legacy c++ application open .chm file. seems cannot find way this? can help?
my application uses html in newer version of c++ builder.
here code snipit of how include in main form.
//helpviewer #include "htmlhelpviewer.hpp" #pragma link "htmlhelpviewer"
in formactivate
application->helpfile = "some drive letter:\\some directory\\somehelpfile.chm";
to display help
application->helpcommand(help_contents,0);
hope of value
Comments
Post a Comment