e***@multi.bits
16 years ago
I would like to display a particular topic in the htmlhelp window.
HWND hwnd = HtmlHelp( GetDesktopWindow(),
"c:\\help.chm::/intro.htm>mainwin", HH_DISPLAY_TOPIC, NULL) ;
is the code to do it. However in my previous code I have;
WinHelp(hwndMain,mcwhlp,HELP_CONTEXT,IDH_XOPTLINK);
where#define IDH_XOPTLINK 3030
Can I use the numeric help topic ID somehow, or do I have to find a
.htm topic name for this topic to display? As you can see I am not
very knowledgeable in the area of helpfiles so I value advice.
HWND hwnd = HtmlHelp( GetDesktopWindow(),
"c:\\help.chm::/intro.htm>mainwin", HH_DISPLAY_TOPIC, NULL) ;
is the code to do it. However in my previous code I have;
WinHelp(hwndMain,mcwhlp,HELP_CONTEXT,IDH_XOPTLINK);
where#define IDH_XOPTLINK 3030
Can I use the numeric help topic ID somehow, or do I have to find a
.htm topic name for this topic to display? As you can see I am not
very knowledgeable in the area of helpfiles so I value advice.