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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -