How to close a sub Dialogwindow without closing a Parent Dialogwindow in MFC C++ VS2010?
-
Hello , I am a new in MFC c++ Programming.I am working in VS2010 ,There are two dialog windows one is main dialog and other is sub dialog window .I am not geeting how to close only sub dialog window without closing the main window. I have tried Enddialog() and DestroyWindow() but it close the both two windows . Any help??
-
Hello , I am a new in MFC c++ Programming.I am working in VS2010 ,There are two dialog windows one is main dialog and other is sub dialog window .I am not geeting how to close only sub dialog window without closing the main window. I have tried Enddialog() and DestroyWindow() but it close the both two windows . Any help??
-
Hello , I am a new in MFC c++ Programming.I am working in VS2010 ,There are two dialog windows one is main dialog and other is sub dialog window .I am not geeting how to close only sub dialog window without closing the main window. I have tried Enddialog() and DestroyWindow() but it close the both two windows . Any help??
How is the second dialog being created? Is it modal or modeless?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Hello , I am a new in MFC c++ Programming.I am working in VS2010 ,There are two dialog windows one is main dialog and other is sub dialog window .I am not geeting how to close only sub dialog window without closing the main window. I have tried Enddialog() and DestroyWindow() but it close the both two windows . Any help??
Is your Dialog Modal?
Bram van Kampen