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
Printable View
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
Hi,
You can try using CWnd::SetMenu to hide or show menus.
Hope that helps.
Chao