<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Font Size in Ribbon Bar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Font Size in Ribbon Bar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 22 May 2026 14:05:07 +0000</pubDate>
  <lastBuildDate>Sat, 24 Jan 2009 05:55:27 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13230</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Font Size in Ribbon Bar : Thanks a lot, this works fine...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44861&amp;title=font-size-in-ribbon-bar#44861</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 13230<br /><strong>Posted:</strong> 24 January 2009 at 5:55am<br /><br /><P>Thanks a lot, this works fine !</P>]]>
   </description>
   <pubDate>Sat, 24 Jan 2009 05:55:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44861&amp;title=font-size-in-ribbon-bar#44861</guid>
  </item> 
  <item>
   <title><![CDATA[Font Size in Ribbon Bar : Hi,  You could use this:   Dim...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44851&amp;title=font-size-in-ribbon-bar#44851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13230<br /><strong>Posted:</strong> 23 January 2009 at 1:44pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You could use this:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Dim fnt As StdFont<BR>&nbsp;&nbsp;&nbsp; Set fnt = Me.Font<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fnt.Size = 36<BR>&nbsp;&nbsp;&nbsp;&nbsp;Set CommandBars.Options.ComboBoxFont = fnt</DIV><DIV>&nbsp;</DIV><DIV>CommandBarsCombo and&nbsp;CommandBarsEdit will be set to same&nbsp;height</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 23 Jan 2009 13:44:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44851&amp;title=font-size-in-ribbon-bar#44851</guid>
  </item> 
  <item>
   <title><![CDATA[Font Size in Ribbon Bar : Yes, thats it! :-) Now i only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44827&amp;title=font-size-in-ribbon-bar#44827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 13230<br /><strong>Posted:</strong> 23 January 2009 at 3:30am<br /><br /><P>Yes, thats it! :-) Now i only have the problem, that a can not change the size of CommandBarEdit or CommandBarComboBox objects, that are set in an normal CommandBar</P>]]>
   </description>
   <pubDate>Fri, 23 Jan 2009 03:30:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44827&amp;title=font-size-in-ribbon-bar#44827</guid>
  </item> 
  <item>
   <title><![CDATA[Font Size in Ribbon Bar : In theend of Form_Load add  RibbonBar.FontHeight...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44820&amp;title=font-size-in-ribbon-bar#44820</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13230<br /><strong>Posted:</strong> 23 January 2009 at 1:39am<br /><br />In the&nbsp;end of Form_Load add<DIV>&nbsp;</DIV><DIV>RibbonBar.FontHeight = 12</DIV>]]>
   </description>
   <pubDate>Fri, 23 Jan 2009 01:39:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44820&amp;title=font-size-in-ribbon-bar#44820</guid>
  </item> 
  <item>
   <title><![CDATA[Font Size in Ribbon Bar : Yes, I know, but it does not work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44798&amp;title=font-size-in-ribbon-bar#44798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 13230<br /><strong>Posted:</strong> 22 January 2009 at 10:04am<br /><br />Yes, I know, but it does not work with your sample. I have still the big fonts you can see in die Image.]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 10:04:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44798&amp;title=font-size-in-ribbon-bar#44798</guid>
  </item> 
  <item>
   <title><![CDATA[Font Size in Ribbon Bar : Hi,  try RibbonBar.FontHeight...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44790&amp;title=font-size-in-ribbon-bar#44790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13230<br /><strong>Posted:</strong> 22 January 2009 at 8:03am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>try RibbonBar.FontHeight property</DIV>]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 08:03:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44790&amp;title=font-size-in-ribbon-bar#44790</guid>
  </item> 
  <item>
   <title><![CDATA[Font Size in Ribbon Bar : Some of my user has set verry...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44786&amp;title=font-size-in-ribbon-bar#44786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 13230<br /><strong>Posted:</strong> 22 January 2009 at 7:43am<br /><br /><P>Some of my user has set verry big Windows fonts. How can i set the Ribbon font to a site of 8. With CommandBarsOptions..Font.SIZE = 8 does't work.</P><DIV><img src="https://forum.codejock.com/uploads/20090122_074217_Ribb&#111;n.jpg" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 07:43:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13230&amp;PID=44786&amp;title=font-size-in-ribbon-bar#44786</guid>
  </item> 
 </channel>
</rss>