CWinApp::m_bUseHtmlHelp

TRUE if the application uses HTMLHelp, FALSE if the application uses WinHelp.

BOOL m_bUseHtmlHelp;

Remarks

To set to TRUE, call CWinApp::EnableHtmlHelp in the constructor of your CWinApp-derived class.

Requirements

Header: afxwin.h

See Also

Reference

CWinApp Class

Hierarchy Chart

CWinApp::HtmlHelp

Other Resources

CWinApp Members