parent window is getting closed once child window is closed, how to keep parent dialog box alive?
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
i have a dialog box, if i click 1 button on that dialog box, i am displaying another dialog box. when i close that popup dialog box, the main dialog box is also getting closed. how do i keep parent window displyed even after closing child window(popup dialog). thanks in advance
-
i have a dialog box, if i click 1 button on that dialog box, i am displaying another dialog box. when i close that popup dialog box, the main dialog box is also getting closed. how do i keep parent window displyed even after closing child window(popup dialog). thanks in advance
How did you close chid dialog?
-
How did you close chid dialog?