CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Menu Bar

  1. #1
    Guest

    Menu Bar

    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.



  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    100

    Re: Menu Bar

    SetMenu(NULL);

    Hope for help.

    Walter


  3. #3
    Guest

    Re: Menu Bar

    thanks for the fast reply. I'll try that.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured