vote up 0 vote down star

when you open help in e.g. Windows Notepad (Help->Help Topics) no child process is started (such as hh.exe), which IMO means there is a WinAPI function called to do the job.

I searched MSDN for a while but came up with nothing.

what is this function?

flag

71% accept rate

2 Answers

vote up 1 vote down check

Would this help? http://stackoverflow.com/questions/1226876/how-can-i-open-a-help-file-chm-or-so-from-my-gui-developed-in-vc-2008

There are several useful solutions in that discussion.

link|flag
vote up 3 vote down

Use the function HtmlHelp

link|flag
... or if you are starting a Windows help file use the WinHelp function. – Beaner Oct 15 at 21:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.