Clearing client window when New menu item is selected
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Using Visual C++ 6.0 MFC in SDI application I don't understand how to clear the client window that I had been drawing in when the user selects the menu item "New" from the main File menu. What code should be used to clear the old window and where should that code go? Thanks!
-
Using Visual C++ 6.0 MFC in SDI application I don't understand how to clear the client window that I had been drawing in when the user selects the menu item "New" from the main File menu. What code should be used to clear the old window and where should that code go? Thanks!
You can update all views then put a handler in View class and clean the view in the handler.
-@SuDhIrKuMaR@-