<?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 : I can&#039;t change the FONT</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : I can&#039;t change the FONT]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 19:22:40 +0000</pubDate>
  <lastBuildDate>Tue, 15 May 2007 01:38:49 +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=7116</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[I can&#039;t change the FONT : Hi,  Again can&amp;#039;t reproduce....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7116&amp;PID=22871&amp;title=i-cant-change-the-font#22871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7116<br /><strong>Posted:</strong> 15 May 2007 at 1:38am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Again can't reproduce. Please change our sample - check if you see same problem and attach it here.</DIV><DIV>&nbsp;</DIV><DIV>What CommandBars&nbsp;version do you have?</DIV>]]>
   </description>
   <pubDate>Tue, 15 May 2007 01:38:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7116&amp;PID=22871&amp;title=i-cant-change-the-font#22871</guid>
  </item> 
  <item>
   <title><![CDATA[I can&#039;t change the FONT : I&amp;#039;ve found something fantastic,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7116&amp;PID=22848&amp;title=i-cant-change-the-font#22848</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2519">hamed</a><br /><strong>Subject:</strong> 7116<br /><strong>Posted:</strong> 14 May 2007 at 8:32am<br /><br />I've found something fantastic, <DIV>&nbsp;</DIV><DIV>1) the problem was the skin framework, when remove the skin frame work from my form it's ok, changing font is perfect,</DIV><DIV>&nbsp;</DIV><DIV>2) this works when remove the skinframework:</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.Options.Font.Name = "Tahoma": CommandBars.Options.Font.Charset = 178<BR>&nbsp;&nbsp; CommandBars.Options.FloatingBarCaptionFont.Name = "Tahoma": CommandBars.Options.FloatingBarCaptionFont.Charset = 178<BR>&nbsp;&nbsp; RibbonBar.RibbonPaintManager.CaptionFont.Name = "Tahoma": RibbonBar.RibbonPaintManager.CaptionFont.Charset = 178<BR>&nbsp;&nbsp; RibbonBar.TabPaintManager.Font.Name = "Tahoma": RibbonBar.TabPaintManager.Font.Charset = 178</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;This is not:<BR>&nbsp;</DIV><DIV>With CommandBars.Options.Font<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.SIZE = 8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Charset = 178<BR>&nbsp;&nbsp; End With<BR>&nbsp;&nbsp; With CommandBars.Options.FloatingBarCaptionFont<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.SIZE = 8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Charset = 178<BR>&nbsp;&nbsp; End With<BR>&nbsp;&nbsp; With RibbonBar.RibbonPaintManager.CaptionFont<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.SIZE = 9<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Charset = 178<BR>&nbsp;&nbsp; End With<BR>&nbsp;&nbsp; With RibbonBar.TabPaintManager.Font<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.SIZE = 8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Charset = 178<BR>&nbsp;&nbsp; End With</DIV><DIV>&nbsp;</DIV><DIV>I don't know why?! How can I use this with skinframework?</DIV><DIV>&nbsp;</DIV><DIV>Also how can I change the form caption in ribbon theme mode?</DIV><DIV>&nbsp;</DIV><DIV>Thx for your reply,</DIV>]]>
   </description>
   <pubDate>Mon, 14 May 2007 08:32:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7116&amp;PID=22848&amp;title=i-cant-change-the-font#22848</guid>
  </item> 
  <item>
   <title><![CDATA[I can&#039;t change the FONT : Hi,  May be you set them before...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7116&amp;PID=22823&amp;title=i-cant-change-the-font#22823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7116<br /><strong>Posted:</strong> 14 May 2007 at 1:38am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>May be you set them before you set paintmanager/visual theme. Try to call it in last lines.</DIV><DIV>&nbsp;</DIV><DIV>I added in our sample</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.Options.Font.Name = "Tahoma"<BR>Debug.Print CommandBars.Options.Font.Name<BR></DIV><DIV>and it works.</DIV>]]>
   </description>
   <pubDate>Mon, 14 May 2007 01:38:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7116&amp;PID=22823&amp;title=i-cant-change-the-font#22823</guid>
  </item> 
  <item>
   <title><![CDATA[I can&#039;t change the FONT : I can&amp;#039;t change the font of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7116&amp;PID=22797&amp;title=i-cant-change-the-font#22797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2519">hamed</a><br /><strong>Subject:</strong> 7116<br /><strong>Posted:</strong> 12 May 2007 at 3:12am<br /><br />&nbsp; I can't change the font of Ribbon and Commandbar to the Tahoma (Arabic), Here is my code In my MDI, I've picHolder object with it's font sets to Tahoma Arabic:<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; Set CommandBars.Options.Font = picHolder.Font<BR>&nbsp;&nbsp; Set CommandBars.Options.FloatingBarCaptionFont = picHolder.Font<BR>&nbsp;&nbsp; Set RibbonBar.RibbonPaintManager.CaptionFont.Name = picHolder.Font<BR>&nbsp;&nbsp; Set RibbonBar.TabPaintManager.Font.Name = picHolder.Font</DIV><DIV>&nbsp;&nbsp;&nbsp;</DIV><DIV>&nbsp;Also using </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.Options.Font.Name="Tahoma"</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CommandBars.Options.FloatingBarCaptionFont.Name="Tahoma"</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; ....</DIV><DIV>&nbsp;</DIV><DIV>with&nbsp;no success!<img src="http://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>When I use the : Debug.Print CommandBars.Options.Font.Name the result is : Segoe UI</DIV><DIV>&nbsp;</DIV><DIV>I can send a picture of my problem, if U think it can help,</DIV><DIV>&nbsp;</DIV><DIV>THx for your prompt reply,</DIV><DIV>Hamed</DIV>]]>
   </description>
   <pubDate>Sat, 12 May 2007 03:12:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7116&amp;PID=22797&amp;title=i-cant-change-the-font#22797</guid>
  </item> 
 </channel>
</rss>