|
-
February 14th, 2003, 04:58 AM
#1
Problem with CToorlBar
The CToolBar class has a function SetSize() to set the size for the buttons within the toolbar. However this fucntion will only allow all the buttons within the Toolbar to have the same size.
I need 1 button to be much wider than the rest of the buttons within the same Toolbar. Is there a way to do it?
-
February 14th, 2003, 05:40 AM
#2
Try using CToolBar::GetItemRect member function and modify the RECT structure which is returned.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|