<?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 v9.80 VB6 MDI bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CommandBars v9.80 VB6 MDI bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 06:07:47 +0000</pubDate>
  <lastBuildDate>Sun, 27 Nov 2005 04:39:02 +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=3283</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 v9.80 VB6 MDI bug : Thanks Oleg. That fixed it! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9832&amp;title=commandbars-v9-80-vb6-mdi-bug#9832</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1625">yemo</a><br /><strong>Subject:</strong> 3283<br /><strong>Posted:</strong> 27 November 2005 at 4:39am<br /><br />Thanks Oleg. That fixed it! ]]>
   </description>
   <pubDate>Sun, 27 Nov 2005 04:39:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9832&amp;title=commandbars-v9-80-vb6-mdi-bug#9832</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars v9.80 VB6 MDI bug : Hello, Trycall MoveAlignedControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9831&amp;title=commandbars-v9-80-vb6-mdi-bug#9831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3283<br /><strong>Posted:</strong> 27 November 2005 at 4:15am<br /><br /><P>Hello,</P><P>Try&nbsp;call MoveAlignedControl method for&nbsp;each aligned control in RepositionAlignedControls handler.</P><P>Private Sub CommandBars1_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)<BR>&nbsp;&nbsp;&nbsp; CommandBars1.MoveAlignedControl tbToolBar, Left, Top, Right, Bottom<BR>End Sub</P>]]>
   </description>
   <pubDate>Sun, 27 Nov 2005 04:15:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9831&amp;title=commandbars-v9-80-vb6-mdi-bug#9831</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars v9.80 VB6 MDI bug : &amp;gt;&amp;gt; set the zorder of the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9823&amp;title=commandbars-v9-80-vb6-mdi-bug#9823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1625">yemo</a><br /><strong>Subject:</strong> 3283<br /><strong>Posted:</strong> 26 November 2005 at 1:50pm<br /><br />&gt;&gt; set the zorder of the other controls to zero<br /><br />OK. Tried that, and it DOES display the other controls. Prob is though that they size all the way to the top of the screen and get obscured by the height of the commandbars control. If there was an API call to set the top of these other controls to the height of the commandbars control then there wouldnt be a prob I guess.<br /><br />Should be an easy fix for the developers(?)]]>
   </description>
   <pubDate>Sat, 26 Nov 2005 13:50:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9823&amp;title=commandbars-v9-80-vb6-mdi-bug#9823</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars v9.80 VB6 MDI bug : This may just be an undocumented...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9817&amp;title=commandbars-v9-80-vb6-mdi-bug#9817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1628">vb1to6</a><br /><strong>Subject:</strong> 3283<br /><strong>Posted:</strong> 26 November 2005 at 11:58am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>This may just be an undocumented feature and not a bug. </FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>On way I have overcome the issue you bring up is to set the zorder of the other controls to zero (after loading the toolbar and status bar) and then the other controls appeared in their expected spot for me.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes">&nbsp;</SPAN>FWIW, I noticed that if I was not careful in how I worked with the MDI status bar…and I set a MDI child window state property to maximized…I would need to compensate for the height of the status bar on the MDI form by placing a picture box control set to the height of the MDI status bar onto the child form or else third party controls like VS elastics did not fill the child form correctly. It was almost like the MDI status bar somehow made a maximized MDI child form scale height larger than the MDI main form scale height by exactly the height of the MDI form status bar. In this solution, the picture box on the MDI Child was off screen at all times; it is like the picture box somehow sits behind the MDI main form status bar. </FONT></FONT></P>]]>
   </description>
   <pubDate>Sat, 26 Nov 2005 11:58:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9817&amp;title=commandbars-v9-80-vb6-mdi-bug#9817</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars v9.80 VB6 MDI bug : CommandBars v9.80 VB6 MDI bug CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9801&amp;title=commandbars-v9-80-vb6-mdi-bug#9801</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1625">yemo</a><br /><strong>Subject:</strong> 3283<br /><strong>Posted:</strong> 25 November 2005 at 8:02pm<br /><br />CommandBars v9.80 VB6 MDI bug<br />CommandBars control placed on an MDI form causes any other control with an align property to disappear from the MDI form. Any chance of a fix?]]>
   </description>
   <pubDate>Fri, 25 Nov 2005 20:02:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3283&amp;PID=9801&amp;title=commandbars-v9-80-vb6-mdi-bug#9801</guid>
  </item> 
 </channel>
</rss>