CWinApp::EnableHtmlHelp
Call this member function from within the constructor of your CWinApp-derived class to use HTMLHelp for your application's help.
void EnableHtmlHelp( );
Remarks
EnableHtmlHelp sets m_bUseHtmlHelp to TRUE.
Requirements
Header: afxwin.h
See Also
Tasks
Displaying F1 Help for a Dialog Box or Menu Option