authoritive information on context-sensitive help support for C++ application.
- TN033: DLL Version of MFC
- TN028: Context-Sensitive Help Support
- CWinApp Class
- Understanding Context-Sensitive Help
- HtmlHelpA function
- HH_HELP_CONTEXT command
CWinApp::HtmlHelp function is the major method to use HTML help:
definition: Call this member function to invoke the HTMLHelp application.
virtual void HtmlHelp( DWORD_PTR dwData, UINT nCmd = 0x000F);
this link lists all items on htmlhelp.h information. can review more times.
Displays a help topic based on a mapped topic ID.
If a window type is not specified, a default window type is used. If the window type or default window type is open, the help topic replaces the current topic in the window.
No comments:
Post a Comment