<?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 : How to change the default font of CommandBar?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to change the default font of CommandBar?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 18:24:36 +0000</pubDate>
  <lastBuildDate>Sat, 23 Aug 2008 15:38:17 +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=11939</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[How to change the default font of CommandBar? : Pleae write how to fix this problem ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40311&amp;title=how-to-change-the-default-font-of-commandbar#40311</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4159">barobax</a><br /><strong>Subject:</strong> 11939<br /><strong>Posted:</strong> 23 August 2008 at 3:38pm<br /><br />Pleae write how to fix this problem]]>
   </description>
   <pubDate>Sat, 23 Aug 2008 15:38:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40311&amp;title=how-to-change-the-default-font-of-commandbar#40311</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the default font of CommandBar? : I solved it! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40305&amp;title=how-to-change-the-default-font-of-commandbar#40305</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1897">shineryu</a><br /><strong>Subject:</strong> 11939<br /><strong>Posted:</strong> 23 August 2008 at 11:45am<br /><br /><P>I solved it!</P>]]>
   </description>
   <pubDate>Sat, 23 Aug 2008 11:45:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40305&amp;title=how-to-change-the-default-font-of-commandbar#40305</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the default font of CommandBar? : Now, I can change the font of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40304&amp;title=how-to-change-the-default-font-of-commandbar#40304</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1897">shineryu</a><br /><strong>Subject:</strong> 11939<br /><strong>Posted:</strong> 23 August 2008 at 11:35am<br /><br />Now, I can change the font of Ribbon Tab, Ribbon Title, and Status Bar.<DIV></DIV>But I still can't change the font of Ribbon Group.<DIV>&nbsp;</DIV><DIV>Help me plz!</DIV>]]>
   </description>
   <pubDate>Sat, 23 Aug 2008 11:35:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40304&amp;title=how-to-change-the-default-font-of-commandbar#40304</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the default font of CommandBar? : Ribbon Sample:   I added some...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40301&amp;title=how-to-change-the-default-font-of-commandbar#40301</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1897">shineryu</a><br /><strong>Subject:</strong> 11939<br /><strong>Posted:</strong> 23 August 2008 at 10:53am<br /><br />Ribbon Sample:<DIV><img src="https://forum.codejock.com/uploads/20080823_104455_2008-08-23_2243.png" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I added some code like this in CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)</DIV><DIV>{</DIV><DIV>...</DIV><DIV>&nbsp;LOGFONT lf;<BR>&nbsp;memset(&amp;lf, 0, sizeof(LOGFONT));<BR>&nbsp;lf.lfHeight = 14;<BR>&nbsp;strcpy(lf.lfFaceName, "Tahoma");<BR>&nbsp;pCommandBars-&gt;GetPaintManager()-&gt;SetCommandBarsFontIndirect(&amp;lf);<BR></DIV><DIV>...</DIV><DIV>}</DIV><DIV>&nbsp;</DIV><DIV>Some changed, some not change:</DIV><DIV><img src="https://forum.codejock.com/uploads/20080823_105215_2008-08-23_2250.png" border="0"></DIV>]]>
   </description>
   <pubDate>Sat, 23 Aug 2008 10:53:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40301&amp;title=how-to-change-the-default-font-of-commandbar#40301</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the default font of CommandBar? : How to change the default font...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40300&amp;title=how-to-change-the-default-font-of-commandbar#40300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1897">shineryu</a><br /><strong>Subject:</strong> 11939<br /><strong>Posted:</strong> 23 August 2008 at 10:25am<br /><br />How to change the default font of CommandBar?]]>
   </description>
   <pubDate>Sat, 23 Aug 2008 10:25:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11939&amp;PID=40300&amp;title=how-to-change-the-default-font-of-commandbar#40300</guid>
  </item> 
 </channel>
</rss>