CToolBarCtrl always set the left most button focus
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
I use CToolBarCtrl to create a toolbar in the dialog. There are 5 buttons in the toolbar. Initially I set the 3rd button checked. But it always make the left most button focus.(Highlightly?)I don't want this.
-
I use CToolBarCtrl to create a toolbar in the dialog. There are 5 buttons in the toolbar. Initially I set the 3rd button checked. But it always make the left most button focus.(Highlightly?)I don't want this.
Hope somebody help me solve this.