<?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 : Ribbon Bar &amp; MDI Close</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon Bar &amp; MDI Close]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 17:42:32 +0000</pubDate>
  <lastBuildDate>Thu, 17 May 2007 09:38:05 +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=7157</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[Ribbon Bar &amp; MDI Close : We are using 11.1.... Yeah I don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7157&amp;PID=22992&amp;title=ribbon-bar-mdi-close#22992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 7157<br /><strong>Posted:</strong> 17 May 2007 at 9:38am<br /><br />We are using 11.1.... Yeah I don't know it wasn't working when I posted this message but after getting it to work in the codejock sample...&nbsp; it finally worked in our project.... Thanks though, just quick question? Why are you calling .recalculate and .paintmanager.refreshmetrics when declaring the commandbar? Just wondering because we currently don't use them. Although we do have to use the recalculate a lot with the docking panes actions now.]]>
   </description>
   <pubDate>Thu, 17 May 2007 09:38:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7157&amp;PID=22992&amp;title=ribbon-bar-mdi-close#22992</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Bar &amp; MDI Close : First, are you using the latest...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7157&amp;PID=22965&amp;title=ribbon-bar-mdi-close#22965</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 7157<br /><strong>Posted:</strong> 16 May 2007 at 7:12pm<br /><br />First, are you using the latest version? <br><br>Next, the SetFlags is a property of the RibbonBar, not the CommandBars, so:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Dim objRbn as RibbonBar<br><br>&nbsp;&nbsp;&nbsp; With Me.CommandBars<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .VisualTheme = xtpThemeOffice2007<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.RefreshMetrics<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .RecalcLayout<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set objRbn = .AddRibbonBar("RibbonBar")<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; With objRbn<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SetFlags xtpFlagHideMDIButtons<br>&nbsp;&nbsp;&nbsp; End With<br></pre></td></tr></table>]]>
   </description>
   <pubDate>Wed, 16 May 2007 19:12:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7157&amp;PID=22965&amp;title=ribbon-bar-mdi-close#22965</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Bar &amp; MDI Close : Hi, We are trying to get the close,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7157&amp;PID=22948&amp;title=ribbon-bar-mdi-close#22948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 7157<br /><strong>Posted:</strong> 16 May 2007 at 2:10pm<br /><br />Hi, We are trying to get the close, minimize and restore buttons to be removed. All the examples show using .SetFlags xtpFlagHideMDIButtons, 0. Just when I look for setflags it's not there in the properties. <br><br>thanks<br>]]>
   </description>
   <pubDate>Wed, 16 May 2007 14:10:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7157&amp;PID=22948&amp;title=ribbon-bar-mdi-close#22948</guid>
  </item> 
 </channel>
</rss>