<?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 : Problems with CommandBars in VB6 MDI App</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Problems with CommandBars in VB6 MDI App]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 00:55:32 +0000</pubDate>
  <lastBuildDate>Fri, 31 Oct 2008 10:34:14 +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=12570</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[Problems with CommandBars in VB6 MDI App :  I believe this would work as...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12570&amp;PID=42536&amp;title=problems-with-commandbars-in-vb6-mdi-app#42536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 12570<br /><strong>Posted:</strong> 31 October 2008 at 10:34am<br /><br />I believe this would work as well:<br><br>Private Sub CommandBars_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)<br>&nbsp;&nbsp;CommandBars.MoveAlignedControl Picture1, Left, Top, Right, Bottom<br>End Sub]]>
   </description>
   <pubDate>Fri, 31 Oct 2008 10:34:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12570&amp;PID=42536&amp;title=problems-with-commandbars-in-vb6-mdi-app#42536</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with CommandBars in VB6 MDI App :  Hi OlegWhat are you suggesting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12570&amp;PID=42518&amp;title=problems-with-commandbars-in-vb6-mdi-app#42518</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4665">stefanadelbert</a><br /><strong>Subject:</strong> 12570<br /><strong>Posted:</strong> 30 October 2008 at 5:39pm<br /><br />Hi Oleg<br>What are you suggesting I user DialogBar for? To contain the PictureBox?<br>Thanks<br>Stefan<br><br>I've sorted this out. It does seem to work. It's interfering with the VB6 status bar, but I should really replace that with the Xtreme status bar anyway.<br><br>Thanks for the suggestion, Oleg.<br><br>Stefan<br>]]>
   </description>
   <pubDate>Thu, 30 Oct 2008 17:39:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12570&amp;PID=42518&amp;title=problems-with-commandbars-in-vb6-mdi-app#42518</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with CommandBars in VB6 MDI App : Hi, You can try DIalogBar class....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12570&amp;PID=42492&amp;title=problems-with-commandbars-in-vb6-mdi-app#42492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12570<br /><strong>Posted:</strong> 30 October 2008 at 3:13am<br /><br />Hi,<DIV>You can try DIalogBar class. See our MDISample.</DIV>]]>
   </description>
   <pubDate>Thu, 30 Oct 2008 03:13:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12570&amp;PID=42492&amp;title=problems-with-commandbars-in-vb6-mdi-app#42492</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with CommandBars in VB6 MDI App : I&amp;#039;m retro fitting Xtreme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12570&amp;PID=42486&amp;title=problems-with-commandbars-in-vb6-mdi-app#42486</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4665">stefanadelbert</a><br /><strong>Subject:</strong> 12570<br /><strong>Posted:</strong> 29 October 2008 at 9:46pm<br /><br />I'm retro fitting Xtreme CommandBars into a VB6 MDI app. There is a custom navigation control built inside a VB6 PictureBox that is drawn docked to the left of the main MDI Form which works fine with the VB6 menus.<br><br>When I add Xtreme CommandBars to the app, the menu and tool bar draw themselves docked at the top of the form (as expected), but the custom control in the PictureBox draws itself on top of the menus/toolbar rather than on the background of the MDI Form.<br><br>Has anyone seen this behaviour before? Does anyone have any ideas on how to solve it?<br><br>I've tried to put the PictureBox control inside an Xtreme DockingPaneFrame, but VB6 crashes when I try to set the handle of the Pane to the hWnd of the PictureBox. It is also drawn on top of the menus/toolbar and calling SetCommandBars, but that has no effect.<br><br>If I use a DockingPane I can get the pane docking below the menus/toolbar, but if I set the handle of the pane to the PictureBox hWnd, VB6 crashes.<br><br>I've included a screenshot of a simple MDI app created to illustrate the issue (blue PictureBox docked left).<br><br>Note that I need to the PictureBox to dock to the left of the MDI Form in the space below the menus/toolbar.<br><br>Looking forward to your suggestions.<br><br>Many thanks<br>Stefan<br><img src="uploads/20081029_214414_screenshot.png" height="296" width="505" border="0" align="middle"><br>]]>
   </description>
   <pubDate>Wed, 29 Oct 2008 21:46:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12570&amp;PID=42486&amp;title=problems-with-commandbars-in-vb6-mdi-app#42486</guid>
  </item> 
 </channel>
</rss>