Print Page | Close Window

How to use 64*64 Control icons in Ribbon(10.4)

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=6059
Printed Date: 12 November 2025 at 3:25am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to use 64*64 Control icons in Ribbon(10.4)
Posted By: dijesh.k.a
Subject: How to use 64*64 Control icons in Ribbon(10.4)
Date 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 using
 

CSize 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



Replies:
Posted By: Oleg
Date Posted: 10 January 2007 at 9:43am
Hello,
call
pCommandBars->GetPaintManager()->m_bAutoResizeIcons = FALSE;


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net