<?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 : Commandbars in MDI child form - Controls position</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Commandbars in MDI child form - Controls position]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 12:06:37 +0000</pubDate>
  <lastBuildDate>Thu, 09 Sep 2010 03:36:12 +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=16921</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[Commandbars in MDI child form - Controls position :    Squale wrote:Hi,I have just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=60105&amp;title=commandbars-in-mdi-child-form-controls-position#60105</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 16921<br /><strong>Posted:</strong> 09 September 2010 at 3:36am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Squale" alt="Originally posted by Squale" style="vertical-align: text-bottom;" /> <strong>Squale wrote:</strong><br /><br />Hi,<br><br>I have just created a simple project that show my problem. It is linked with the MinimumVisibleWidth value. If anyone can explain me why form's controls are not properly placed in some case. (Click on new to have the needed form)<br><br>For sforces I&nbsp; have also included a simple way to add ribbon on both a MDI and mdichild.<br><br><br><a href="uploads/20100721_110111_BugRibb&#111;n.zip" target="_blank">uploads/20100721_110111_BugRibbon.zip</a></td></tr></table><br><br>I'm having a similar problem on my project whereby i have the commandbar on the MDI Parent form and it doesn't display correctly. The solution I've used was to use a CommandBarFrame which will dock the bar in a container to keep everything separate.<br>]]>
   </description>
   <pubDate>Thu, 09 Sep 2010 03:36:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=60105&amp;title=commandbars-in-mdi-child-form-controls-position#60105</guid>
  </item> 
  <item>
   <title><![CDATA[Commandbars in MDI child form - Controls position : Thank you! Your sample code was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59420&amp;title=commandbars-in-mdi-child-form-controls-position#59420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5236">sforces</a><br /><strong>Subject:</strong> 16921<br /><strong>Posted:</strong> 22 July 2010 at 10:56am<br /><br />Thank you! Your sample code was VERY helpful and helped me find what I was doing wrong.]]>
   </description>
   <pubDate>Thu, 22 Jul 2010 10:56:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59420&amp;title=commandbars-in-mdi-child-form-controls-position#59420</guid>
  </item> 
  <item>
   <title><![CDATA[Commandbars in MDI child form - Controls position : Hi,  I don&amp;#039;t know much...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59404&amp;title=commandbars-in-mdi-child-form-controls-position#59404</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16921<br /><strong>Posted:</strong> 21 July 2010 at 1:28pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't know much about Ribbon but maybe has same problem with DockingPanes when having Commandbars (doesn't position right way when you don't set Commandbars. Maybe there's a setting for this kind of behaviour, don't know... better ask support.</DIV><DIV>&nbsp;</DIV><DIV>If you are desperate:&nbsp;Add&nbsp;PictureBox to Form with the buttons inside&nbsp;and&nbsp;use ResizeClient event to size PictureBox. &nbsp;&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 21 Jul 2010 13:28:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59404&amp;title=commandbars-in-mdi-child-form-controls-position#59404</guid>
  </item> 
  <item>
   <title><![CDATA[Commandbars in MDI child form - Controls position : Hi,I have just created a simple...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59402&amp;title=commandbars-in-mdi-child-form-controls-position#59402</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5186">Squale</a><br /><strong>Subject:</strong> 16921<br /><strong>Posted:</strong> 21 July 2010 at 11:02am<br /><br />Hi,<br><br>I have just created a simple project that show my problem. It is linked with the MinimumVisibleWidth value. If anyone can explain me why form's controls are not properly placed in some case. (Click on new to have the needed form)<br><br>For sforces I&nbsp; have also included a simple way to add ribbon on both a MDI and mdichild.<br><br><br><a href="uploads/20100721_110111_BugRibb&#111;n.zip" target="_blank">uploads/20100721_110111_BugRibbon.zip</a>]]>
   </description>
   <pubDate>Wed, 21 Jul 2010 11:02:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59402&amp;title=commandbars-in-mdi-child-form-controls-position#59402</guid>
  </item> 
  <item>
   <title><![CDATA[Commandbars in MDI child form - Controls position : You were able to get it to theme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59395&amp;title=commandbars-in-mdi-child-form-controls-position#59395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5236">sforces</a><br /><strong>Subject:</strong> 16921<br /><strong>Posted:</strong> 20 July 2010 at 5:05pm<br /><br />You were able to get it to theme an MDI form?<br /><br />I have a MDI form and I'm setting Ribbonbar.EnableFrameTheme and it's not turning on. I tried exact same code with a non MDI form it work works.<br /><br /><br />Product: Xtreme Suite Pro (ActiveX) version 13.4<br />Platform: Windows XP Mode (32Bit) <br />Language: Visual Basic 6.0 SP6]]>
   </description>
   <pubDate>Tue, 20 Jul 2010 17:05:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59395&amp;title=commandbars-in-mdi-child-form-controls-position#59395</guid>
  </item> 
  <item>
   <title><![CDATA[Commandbars in MDI child form - Controls position : Hi,I have MDI Child whit command...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59243&amp;title=commandbars-in-mdi-child-form-controls-position#59243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5186">Squale</a><br /><strong>Subject:</strong> 16921<br /><strong>Posted:</strong> 07 July 2010 at 5:12am<br /><br />Hi,<br><br>I have MDI Child whit command bar and "EnableFrameTheme". My form is correctly designed but at runtime, juste after "ribbon.EnableFrameTheme", the form is resized and all my control are badly placed.<br>Is there any simple solution? <br><br><img src="uploads/20100707_051047_Ribb&#111;nC&#111;ntrolPo.png" height="184" width="1154" border="0"><br>]]>
   </description>
   <pubDate>Wed, 07 Jul 2010 05:12:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16921&amp;PID=59243&amp;title=commandbars-in-mdi-child-form-controls-position#59243</guid>
  </item> 
 </channel>
</rss>