![]() |
How to set RibbonBars font ? |
Post Reply
|
| Author | |
Soft4U
Newbie
Joined: 28 March 2006 Location: United Kingdom Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Topic: How to set RibbonBars font ?Posted: 30 March 2006 at 7:21am |
|
I can Set Dim RibbonBar As RibbonBar Dim newFont As StdFont But RibbonBar is not change. How to set my font for RibbonBar ?
thanks !
|
|
![]() |
|
jcollier
Senior Member
Joined: 15 February 2006 Status: Offline Points: 250 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 March 2006 at 11:10am |
|
I just did the following:
Dim RibbonBar As RibbonBar Set RibbonBar = CommandBars.AddRibbonBar("The Ribbon") CommandBars.Options.Font = "VK Sans Serif" It worked for me. I tried several different fonts with no problems. Using Beta 2 With VB6 |
|
![]() |
|
Soft4U
Newbie
Joined: 28 March 2006 Location: United Kingdom Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 March 2006 at 12:52pm |
|
................... Set TabWrite = RibbonBar.InsertTab(0, "Sè D §Çu Kú") RibbonTab is not work
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 March 2006 at 1:03pm |
|
So what exactly does not work?
|
|
![]() |
|
Soft4U
Newbie
Joined: 28 March 2006 Location: United Kingdom Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 March 2006 at 1:13pm |
|
the font of TabWrite Caption is not work. it had not been infected with the font "VK Sans Serif". |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 March 2006 at 1:58pm |
|
RibbonBar.TabPaintManager.Font.Name = "VK Sans Serif"
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Soft4U
Newbie
Joined: 28 March 2006 Location: United Kingdom Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 30 March 2006 at 7:44pm |
|
oh , Thank you for all your kind help !!! but how to set font for the caption group of RibbonTab ? Set GroupClipborad = TabWrite.Groups.AddGroup("NghiÖp Vô") the font of Group Caption is not work. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 31 March 2006 at 7:50am |
|
This will be available in official release.
|
|
|
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 |