Click to See Complete Forum and Search --> : Hide/Show CDialogBar


franky
May 15th, 1999, 10:10 AM
How can i show/hide a CDialogBar derived Dialogbar????


thanks in advance


Franky

Dan Haddix
May 15th, 1999, 10:08 PM
Use

ShowControlBar(&m_wndDialogBar, 0, 0);

to hide it and

ShowControlBar(&m_wndDialogBar, 1, 0);

to show it