Danielle Harvey
April 3rd, 1999, 12:42 PM
I created a yes/no message box in a MDI application as follows:
void CMainFrame::OnDialogsMessage()
{ MessageBox("Message", "Title", MB_YESNO; }
How can I output to the MDI child the messages "user clicked yes" or "user clicked no" when the user clicks either the yes or no option?
Any response anyone can give me will be greatly appreciated.
void CMainFrame::OnDialogsMessage()
{ MessageBox("Message", "Title", MB_YESNO; }
How can I output to the MDI child the messages "user clicked yes" or "user clicked no" when the user clicks either the yes or no option?
Any response anyone can give me will be greatly appreciated.