<?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 mimic the Office 2010 File menu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How to mimic the Office 2010 File menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 13:08:31 +0000</pubDate>
  <lastBuildDate>Sun, 17 Oct 2010 20:38:20 +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=17418</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 mimic the Office 2010 File menu :   ABuenger wrote:Hi,you&amp;#039;ll...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17418&amp;PID=60962&amp;title=how-to-mimic-the-office-2010-file-menu#60962</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 17418<br /><strong>Posted:</strong> 17 October 2010 at 8:38pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by ABuenger" alt="Originally posted by ABuenger" style="vertical-align: text-bottom;" /> <strong>ABuenger wrote:</strong><br /><br />Hi,<BR>you'll have to wait for 14.0 next month. It's not supported in 13.4.<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>Thank.</DIV>]]>
   </description>
   <pubDate>Sun, 17 Oct 2010 20:38:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17418&amp;PID=60962&amp;title=how-to-mimic-the-office-2010-file-menu#60962</guid>
  </item> 
  <item>
   <title><![CDATA[How to mimic the Office 2010 File menu : Hi,you&amp;#039;ll have to wait for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17418&amp;PID=60851&amp;title=how-to-mimic-the-office-2010-file-menu#60851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 17418<br /><strong>Posted:</strong> 13 October 2010 at 7:27am<br /><br />Hi,<br>you'll have to wait for 14.0 next month. It's not supported in 13.4.<br><br>Andre<br><br>]]>
   </description>
   <pubDate>Wed, 13 Oct 2010 07:27:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17418&amp;PID=60851&amp;title=how-to-mimic-the-office-2010-file-menu#60851</guid>
  </item> 
  <item>
   <title><![CDATA[How to mimic the Office 2010 File menu : Hi,  Itry toreproducethe Office...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17418&amp;PID=60850&amp;title=how-to-mimic-the-office-2010-file-menu#60850</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 17418<br /><strong>Posted:</strong> 13 October 2010 at 6:54am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I&nbsp;try to&nbsp;reproduce&nbsp;the Office 2010 style (using RibbonBar).</DIV><DIV>Images below shows the Word 2010 File and Home menus:</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/4669/Word2010-FileMenu.png" height="300" width="300" border="0" /></DIV><DIV><strong>FILE</strong>&nbsp;menu (Word2010)</DIV><DIV>&nbsp;</DIV><DIV><img src="uploads/4669/Word2010-HomeMenu.png" height="230" width="300" border="0" /></DIV><DIV><strong>HOME</strong> menu (Word2010)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>In Office 2010, aspect for colors, gradient&nbsp;and item selector&nbsp;are different from<strong> File</strong> to <strong>Home</strong> menus.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I have try to replicate above File menu, and I&nbsp;get a little result (as below)&nbsp;but some elements I'm not able to reproduce&nbsp;:</DIV><DIV><img src="http://forum.codejock.com/uploads/4669/Ribb&#111;n2010-FileMenu.jpg" height="300" width="550" border="0" /></DIV><DIV><strong>FILE</strong> menu (RibbonBar v.13.4.0)</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/4669/Ribb&#111;n2010-HomeMenu.jpg" height="230" width="300" border="0" /></DIV><DIV><strong>HOME</strong> menu (RibbonBar v.13.4.0)</DIV><DIV>&nbsp;</DIV><DIV>Now, I wanna replicate the 2010&nbsp;<strong>File</strong> menu appearance: </DIV><DIV>change the item selector style (color, gradient,...) for <strong>File</strong> menu items only.</DIV><DIV>&nbsp;</DIV><DIV>Unfortunately I don't have found properties or methods in CommandBars control which can help me for this.</DIV><DIV>There are anything that can help me?</DIV><DIV>&nbsp;</DIV><DIV>Thank. <img src="http://forum.codejock.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 13 Oct 2010 06:54:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17418&amp;PID=60850&amp;title=how-to-mimic-the-office-2010-file-menu#60850</guid>
  </item> 
 </channel>
</rss>