Click to See Complete Forum and Search --> : Howto show and hide commandbar in SDI app?


Magnus Ohlin
April 20th, 1999, 03:32 AM
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

Chao
April 20th, 1999, 04:06 AM
Hi,

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

Hope that helps.

Chao