tags:

views:

77

answers:

2

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?

+1  A: 

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.

Jacob
+3  A: 

Use the function HtmlHelp

cx0der
... or if you are starting a Windows help file use the WinHelp function.
Beaner