0

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?

Jacob
  • 34,255
  • 14
  • 110
  • 165
Yarik
  • 1,172
  • 2
  • 9
  • 17

2 Answers2

3

Use the function HtmlHelp

cx0der
  • 432
  • 5
  • 20
1

Would this help? 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.

Community
  • 1
  • 1
Jacob
  • 34,255
  • 14
  • 110
  • 165