How to make the buttons as high as the toolbar control?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to use CToolBar in a doc/view based project. when i set corresponding images for the toolbar, i found that the height of the bottons is not as high as the toolbar. so, how to make them as high as its parent(ToolBar)? If i implement it by ownerdraw, i fond, there would be more issues to deal. Any ideas?