i have created a CToolBar, is there a way to change the background as i need the buttons of CToolBar to be a different colour other than gray. Along with CToolBar i also need to change the colour of the context menu. Is there a way to do it??
Printable View
i have created a CToolBar, is there a way to change the background as i need the buttons of CToolBar to be a different colour other than gray. Along with CToolBar i also need to change the colour of the context menu. Is there a way to do it??
Did you try creating the toolbar with transparent style set and then changing the background color of the toolbar parent in OnCtlColor. (return a brush of ur color)