hi,
i have a dialog based application, and at a certain point I would like to close all the dialog boxes (children of the main dialog window ) that were created by domodal().
how can i do that??
You can use GetWindow() to get all the child windows of the main dialog. But I am wondering how you can get multiple modal dialogs, because you are not able to interact with any other windows until the modal dialog is closed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.