CommandBars Font |
Post Reply |
Author | |
Niklaus
Newbie Joined: 15 May 2012 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 15 May 2012 at 3:52pm |
Good evening to all
For a short time using the Codejock ActiveX in Visual Basic 6 I can not change the font of CommandBars, can anyone help? thanks Niklaus |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
RibbonBar.FontHeight = 8
RibbonBar.RibbonPaintManager.WindowCaptionFont.Size = 8 RibbonBar.RibbonPaintManager.CaptionFont.Name = "Tahoma" RibbonBar.RibbonPaintManager.CaptionFont.Size = 8 CommandBars.Options.Font = "Tahoma" CommandBars.Options.Font.Size = 8 RibbonBar.TabPaintManager.Font = "Tahoma" RibbonBar.TabPaintManager.Font.Size = 8 CommandBars.PaintManager.RefreshMetrics |
|
Niklaus
Newbie Joined: 15 May 2012 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Hi Supermario, sorry for my English bad...
Thank you very much, works perfectly ... Thanks again and Happy Sunday |
|
mzwandile
Newbie Joined: 16 August 2012 Location: South Africa Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Hi Mario
I am using Codejock CommandBars v15.2.1 (ActiveX - should be posting this under ActiveX ) and my menu is getting cutoff on high DPI (see image below): I have tried to hard-code the font size as per your recommendation but it doesn't help! Is there a way to ignore the DPI? i.e. never scale the menu font according to the DPI setting... Thank you in advance. |
|
Mzwandile Jojisa
Software developer Sage Alchemex |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Not until the new release, which will be soon
|
|
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 |