Click to See Complete Forum and Search --> : How to hide the menu bar ?


Frederic Naudeau
April 27th, 1999, 03:55 AM
Hi,

My question is simple, but I would to do to it with an easy way !!
How to hide the menu bar ?
And, how to show it after ?

Thanks in advance.
Frédéric Naudeau.

Michael Decker
April 27th, 1999, 09:14 AM
void CMainFrame::OnViewImgdataToolbar()
{
BOOL bIsVisible = (m_wndImgDataToolBar.GetStyle() & WS_VISIBLE);
ShowControlBar(&m_wndImgDataToolBar, !bIsVisible, FALSE);
}