Update ribbon from Office 2007 style to 2010 style |
Post Reply |
Author | |
ou81aswell
Groupie Joined: 05 June 2009 Status: Offline Points: 19 |
Post Options
Thanks(0)
Posted: 05 October 2010 at 7:55pm |
I'm using ActiveX 13.2.1.
My ribbon, created with the CommandBar Designer has a round Office button a la Office 2007 which contains the classic File menu items.
How do I update it so that the Office button becomes the File menu a la Office 2010?
Thanks.
|
|
VB6, CJ 13.2.1, targeting XP, Vista and Win7
|
|
Dett
Newbie Joined: 28 December 2008 Status: Offline Points: 9 |
Post Options
Thanks(0)
|
Hi, I'm working with 13.4.0 but I think in 13.2. it works also.
Try:
|
|
Product: Xtreme SuitePro (ActiveX) version 16.3.1
Language: VB6 SP6 Platform: Windows 7 Enterprise 64-Bit |
|
ou81aswell
Groupie Joined: 05 June 2009 Status: Offline Points: 19 |
Post Options
Thanks(0)
|
The following 3 lines of code, placed right after my initialization code did the trick. Thanks!
' RibbonBar was already setup by my init code
Dim ctrl As XtremeCommandBars.CommandBarControl
Set ctrl = RibbonBar.ControlSystemButton ctrl.Style = xtpButtonCaption 'caption only, no picture |
|
VB6, CJ 13.2.1, targeting XP, Vista and Win7
|
|
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 |