Hi, I have a simple problem here but I don't know how to fix this. I have a cdialog based application with a menu. When the user chooses what he wants, the program opens a new window like so :
But then, the menu is not closed and i cant minimize my application since he can only access the top window. I would like to know how to close that menu when a choice is made. Then I'll be able to make a new menu after the 2nd window is closed since it's the same DoModal() function.
Hope someone can help me fix that little problem, thx ^_^
Code:
m1p1_pr m1p1_prev_form;
m1p1_prev_form.DoModal();
Hope someone can help me fix that little problem, thx ^_^