How can i show/hide a CDialogBar derived Dialogbar????
thanks in advance
Franky
Printable View
How can i show/hide a CDialogBar derived Dialogbar????
thanks in advance
Franky
Use
ShowControlBar(&m_wndDialogBar, 0, 0);
to hide it and
ShowControlBar(&m_wndDialogBar, 1, 0);
to show it