Click to See Complete Forum and Search --> : Menu Bar


May 19th, 1999, 09:38 PM
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.

Walter I An
May 19th, 1999, 09:50 PM
SetMenu(NULL);

Hope for help. :)

Walter

May 19th, 1999, 10:09 PM
thanks for the fast reply. I'll try that.