Is there any way to hide a button on the default toolbar (CToolBar), I've found sonme hide cless members for CToolBarCtrl...but i don't think those will work with the toolbar MFC creates for you.
Is there anything similiar to hiding a regular button on the screen like:
GetDlgItem(IDC_BUTTON2HIDE_BUTTON)->ShowWindow(SW_HIDE);
