<?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 : MDI child w/o control box</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : MDI child w/o control box]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 00:44:06 +0000</pubDate>
  <lastBuildDate>Tue, 30 Oct 2007 13:36:06 +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=8588</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[MDI child w/o control box : Hi,   RibbonBar.SetFlags xtpFlagHideMDIButtons,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27897&amp;title=mdi-child-w-o-control-box#27897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8588<br /><strong>Posted:</strong> 30 October 2007 at 1:36pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; RibbonBar.SetFlags xtpFlagHideMDIButtons, 0<BR></DIV>]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 13:36:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27897&amp;title=mdi-child-w-o-control-box#27897</guid>
  </item> 
  <item>
   <title><![CDATA[MDI child w/o control box : Could you give me an example where...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27887&amp;title=mdi-child-w-o-control-box#27887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3351">wakerunner</a><br /><strong>Subject:</strong> 8588<br /><strong>Posted:</strong> 30 October 2007 at 11:17am<br /><br />Could you give me an example where to put that flag, I haven't been able to make it work. Below is sample code from your MDI Ribbon sample, how would you set that flag in this code?<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><BR>&nbsp;&nbsp;&nbsp; Dim Control As CommandBarControl<BR>&nbsp;&nbsp;&nbsp; Dim ControlFile As CommandBarPopup<BR>&nbsp;&nbsp;&nbsp; Dim ControlAbout As CommandBarControl</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim RibbonBar As RibbonBar<BR>&nbsp;&nbsp;&nbsp; Set RibbonBar = CommandBars.AddRibbonBar("The Ribbon")<BR>&nbsp;&nbsp;&nbsp; RibbonBar.EnableDocking xtpFlagStretchedShared<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; Set ControlFile = RibbonBar.AddSystemButton()<BR>&nbsp;&nbsp;&nbsp; ControlFile.IconID = ID_SYSTEM_ICON<BR>&nbsp;&nbsp;&nbsp; ControlFile.CommandBar.Controls.Add XtremeCommandBars.XTPControlType.xtpControlButton, ID_FILE_new, "&amp;New", False, False<BR>&nbsp;&nbsp;&nbsp; ControlFile.CommandBar.Controls.Add XtremeCommandBars.XTPControlType.xtpControlButton, ID_FILE_OPEN, "&amp;Open...", False, False<BR>&nbsp;&nbsp;&nbsp; Set Control = ControlFile.CommandBar.Controls.Add(XtremeCommandBars.XTPControlType.xtpControlButton, ID_FILE_PRINT_SETUP, "Pr&amp;int Setup...", False, False)<BR>&nbsp;&nbsp;&nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp; Set Control = ControlFile.CommandBar.Controls.Add(XtremeCommandBars.XTPControlType.xtpControlButton, ID_FILE_MRU_FILE1, "Recent File", False, False)<BR>&nbsp;&nbsp;&nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp; Control.Enabled = False<BR>&nbsp;&nbsp;&nbsp; Set Control = ControlFile.CommandBar.Controls.Add(XtremeCommandBars.XTPControlType.xtpControlButton, ID_APP_EXIT, "E&amp;xit", False, False)<BR>&nbsp;&nbsp;&nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp; ControlFile.CommandBar.SetIconSize 32, 32</DIV><DIV>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set ControlAbout = RibbonBar.Controls.Add(XtremeCommandBars.XTPControlType.xtpControlButton, ID_APP_ABOUT, "&amp;About", False, False)<BR>&nbsp;&nbsp;&nbsp; ControlAbout.Flags = XtremeCommandBars.XTPControlFlags.xtpFlagRightAlign<BR>&nbsp;&nbsp;&nbsp; <BR></DIV><DIV><FONT color=#33ff66>Seting the flag here does not hide the controlbox for the MDI child</FONT></DIV><DIV>&nbsp;&nbsp;&nbsp; ControlAbout.Flags = xtpFlagHideMDIButtons<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 11:17:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27887&amp;title=mdi-child-w-o-control-box#27887</guid>
  </item> 
  <item>
   <title><![CDATA[MDI child w/o control box : Use xtpFlagHideMDIButtons flag....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27877&amp;title=mdi-child-w-o-control-box#27877</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8588<br /><strong>Posted:</strong> 30 October 2007 at 10:13am<br /><br />Use xtpFlagHideMDIButtons flag.]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 10:13:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27877&amp;title=mdi-child-w-o-control-box#27877</guid>
  </item> 
  <item>
   <title><![CDATA[MDI child w/o control box : You&amp;#039;re right, without Commandbars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27868&amp;title=mdi-child-w-o-control-box#27868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3351">wakerunner</a><br /><strong>Subject:</strong> 8588<br /><strong>Posted:</strong> 30 October 2007 at 9:23am<br /><br />You're right, without Commandbars VB does the same, the difference I just found though is without commandbars if you set controlbox=false maxbutton=true, the child is displayed but the child controlbox is not visible, with commandbars it is, (The X and maximize button is for the child)]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 09:23:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27868&amp;title=mdi-child-w-o-control-box#27868</guid>
  </item> 
  <item>
   <title><![CDATA[MDI child w/o control box : Hi,  Set WindowState to Normal....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27852&amp;title=mdi-child-w-o-control-box#27852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8588<br /><strong>Posted:</strong> 30 October 2007 at 5:43am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Set WindowState to Normal. (from Maximized).&nbsp; Standard Application without any Codejock controls works same.</DIV>]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 05:43:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27852&amp;title=mdi-child-w-o-control-box#27852</guid>
  </item> 
  <item>
   <title><![CDATA[MDI child w/o control box : If you have a ribbonbar on a MDI...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27845&amp;title=mdi-child-w-o-control-box#27845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3351">wakerunner</a><br /><strong>Subject:</strong> 8588<br /><strong>Posted:</strong> 30 October 2007 at 12:41am<br /><br />If you have a ribbonbar on a MDI parent and have a child set to "controlbox=false" "minbutton=false" and "maxbutton=false" the child form is not displayed when loaded.<DIV></DIV>]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 00:41:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8588&amp;PID=27845&amp;title=mdi-child-w-o-control-box#27845</guid>
  </item> 
 </channel>
</rss>