Can anyone tell me how I can hide two toolbars until the new file button has been pressed.
Thanks
Printable View
Can anyone tell me how I can hide two toolbars until the new file button has been pressed.
Thanks
The command to show/hide a control bar is:
BOOL bShow = TRUE; // or FALSE, whatever the case may be
ShowControlBar(&m_wndAppToolBar, bShow, FALSE);