Click to See Complete Forum and Search --> : Hide Button on toolbar


jduffell
April 14th, 1999, 11:37 AM
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);