CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    19

    Howto show and hide commandbar in SDI app?

    Hiya!

    Well the title says it all, I want to show and hide the commandbar that is default in a SDI app. How do I do it? I have manage to delete the commandbar, but how do I get it back or even better just hide it and show it?

    Thanks
    Magnus


  2. #2
    Join Date
    Apr 1999
    Posts
    23

    Re: Howto show and hide commandbar in SDI app?

    Hi,

    You can try using CWnd::SetMenu to hide or show menus.

    Hope that helps.

    Chao


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