For MDI applications how to save the file
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Can somebody help in for .. i have an MDI Application. In that if i open one Document and then close it (from the close of tht specific document's frame window)will ask me to save the file(As i had made this by calling setmodifiedflag(true)) . But when i tried to directly close the mainframe window application ask me save two times . In this case the Destroy window of the frame window (opened document )gets called twice .. and due to this my application get asserted ... Thanks for your time ...