Danielle Harvey
April 1st, 1999, 01:32 PM
I use the following code to construct a message box;
void CMainFrame::OnDialogsMessage()
{
MessageBox("Message", "Title", MB_ICONEXCLAMATION);
}
What other options besides MB_ICONEXCLAMATION are available for message boxes?
When I do a search for messagebox on MSDN I get a billion results, none of
which help.
Any response anyone can give me will be greatly appreciated.
void CMainFrame::OnDialogsMessage()
{
MessageBox("Message", "Title", MB_ICONEXCLAMATION);
}
What other options besides MB_ICONEXCLAMATION are available for message boxes?
When I do a search for messagebox on MSDN I get a billion results, none of
which help.
Any response anyone can give me will be greatly appreciated.