How do I remove the menu bar generated by Appwizard in an MDI
application? DestroyMenu() causes an assert error. I'd like to use
the toolbar only.
Printable View
How do I remove the menu bar generated by Appwizard in an MDI
application? DestroyMenu() causes an assert error. I'd like to use
the toolbar only.
SetMenu(NULL);
Hope for help. :)
Walter
thanks for the fast reply. I'll try that.