Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the application's help type.
void SetHelpMode(
AFX_HELP_TYPE eHelpType
);
Parameters
- eHelpType
Specifies the type of help to use. See CWinApp::m_eHelpType for more information.
Remarks
Sets the application's Help type.
To set your application's Help type to HTMLHelp, you can call EnableHTMLHelp. Once you call EnableHTMLHelp, your application must use HTMLHelp as its help application. If you want to change to use WinHelp, you can call SetHelpMode and set eHelpType to afxWinHelp.
Requirements
Header: afxwin.h