toolbar
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
Hi, i have created a palette using toolbar. I'd like to know how can i make a pressed button to be displayed as pressed? The problem is that the button is released after a mouse click. i'd like to button to be sunken till a new button is pressed. Thanks, Dudi
-
Hi, i have created a palette using toolbar. I'd like to know how can i make a pressed button to be displayed as pressed? The problem is that the button is released after a mouse click. i'd like to button to be sunken till a new button is pressed. Thanks, Dudi
OK, found it. You need to call SetButtonStyle with TBBS_CHECKBOX | TBBS_CHECKGROUP style. :)