How to close Afxmessageboxes and dialogs belonging to a particular window
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, can someone tell me how to close all the messageboxes and dialogboxes belonging to a particular window in an MDI client application.I cannot use CWnd::MessageBox with the corresponding window as parent for displaying a message since any other modal dialog displayed when a messagebox is active will lose it modal property.Hence I'm using AfxMessageBox.I there any other alternative solution for this. Thanks in advance Raghu