CWinApp::DoMessageBox
virtualintDoMessageBox(LPCTSTRlpszPrompt**,UINTnType,UINTnIDPrompt);**
Return Value
Returns the same values as AfxMessageBox.
Parameters
lpszPrompt
Address of text in the message box.
nType
The message box style.
nIDPrompt
An index to a Help context string.
Remarks
The framework calls this member function to implement a message box for the global function AfxMessageBox.
Do not call this member function to open a message box; use AfxMessageBox instead.
Override this member function to customize your application-wide processing of AfxMessageBox calls.
CWinApp Overview | Class Members | Hierarchy Chart
See Also AfxMessageBox,