Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Big size button in group
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Big size button in group

 Post Reply Post Reply
Author
Message
Ayub View Drop Down
Newbie
Newbie


Joined: 08 January 2008
Location: India
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ayub Quote  Post ReplyReply Direct Link To This Post Topic: Big size button in group
    Posted: 14 April 2008 at 8:46am
Hi,
 
We need to show few buttons in 32*32 size. This is similar to Zoom button on View tab from your ribbon sample.
 
Currently we are creating buttons by
(pGroupHome)->Add(xtpControlButton, menuid, label);. method which by default creas 16*16 size button.
 
Also we don't have luxary to create these buttons from resource.
 
Regards,
Ayub
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 14 April 2008 at 9:11am
Hi,
 
You just need add bitmap 32*32 for this menuid.
 
Also try call pControl->SetStyle(xtpButtonIconAndCaptionBelow);
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.