cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Closing multilpe forms
Closing multilpe forms
Dec 7, 2010 at 11:51pm UTC
ffcalixto
(16)
How do I close multiple forms at the same time?
Whenever I add Close(); to one form it only closes that form. Ideally I want it to close all the forms that were open.
Dec 7, 2010 at 11:57pm UTC
Athar
(4466)
That's unrelated to the C++ language itself.
If you're using C++, it depends on the GUI framework you're using, so check the documentation.
Last edited on
Dec 7, 2010 at 11:57pm UTC
Topic archived. No new replies allowed.