![]() |
How to use 64*64 Control icons in Ribbon(10.4) |
Post Reply
|
| Author | |
dijesh.k.a
Newbie
Joined: 15 October 2006 Location: India Status: Offline Points: 19 |
Post Options
Thanks(0)
Quote Reply
Topic: How to use 64*64 Control icons in Ribbon(10.4)Posted: 10 January 2007 at 4:50am |
|
Hello, In the 10.3 I have use the 64*64 icons and 24*24 icons for Ribbons Controls by usingCSize size(64,64);pCommandBars->GetCommandBarsOptions()->szLargeIcons =size;
size.SetSize(24,24); pCommandBars->GetCommandBarsOptions()->szPopupIcons =size; pCommandBars->GetCommandBarsOptions()->szIcons =size; But this code is not working in 10.4 and the ribbon is created with standard icon size.I need 64*64 for Large and 24*24 for Popup.
Need Help
|
|
|
Dijesh.K.A
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 January 2007 at 9:43am |
|
Hello,
call
pCommandBars->GetPaintManager()->m_bAutoResizeIcons = FALSE;
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |