<?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 : C&#111;ntrol bar problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : C&#111;ntrol bar problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 23:16:40 +0000</pubDate>
  <lastBuildDate>Thu, 28 Jul 2005 09:23:04 +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=2655</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[C&#111;ntrol bar problem : Send to back did the trick. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7910&amp;title=control-bar-problem#7910</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=959">oyalhi</a><br /><strong>Subject:</strong> 2655<br /><strong>Posted:</strong> 28 July 2005 at 9:23am<br /><br /><P>Send to back did the trick.&nbsp; I would have never guessed in one million years.&nbsp; </P><P>Thanks SuperMario.</P>]]>
   </description>
   <pubDate>Thu, 28 Jul 2005 09:23:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7910&amp;title=control-bar-problem#7910</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;ntrol bar problem : Opps, didn&amp;#039;t see you posted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7909&amp;title=control-bar-problem#7909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 2655<br /><strong>Posted:</strong> 28 July 2005 at 9:16am<br /><br />Opps, didn't see you posted code.&nbsp; Just make sure&nbsp; DockingPaneManager.SetCommandBars Me.CommandBars <br>is used before you create any panes<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0">&nbsp; And the Z-Order info from above.<br>]]>
   </description>
   <pubDate>Thu, 28 Jul 2005 09:16:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7909&amp;title=control-bar-problem#7909</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;ntrol bar problem : Add this before panes are crea...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7908&amp;title=control-bar-problem#7908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 2655<br /><strong>Posted:</strong> 28 July 2005 at 9:12am<br /><br />Add this before panes are created:<br>DockingPaneManager.SetCommandBars Me.CommandBars<br><br>Then on you form, right-click on the DockingPane Control and select "Send-To-Back"<br><br><br>]]>
   </description>
   <pubDate>Thu, 28 Jul 2005 09:12:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7908&amp;title=control-bar-problem#7908</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;ntrol bar problem : This is the code for docking the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7907&amp;title=control-bar-problem#7907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=959">oyalhi</a><br /><strong>Subject:</strong> 2655<br /><strong>Posted:</strong> 28 July 2005 at 9:11am<br /><br /><P>This is the code for docking the windows:</P><P>&nbsp; DockingPaneManager.SetCommandBars Me.CommandBars<BR>&nbsp; <BR>&nbsp; Set g_panCustomer = DockingPaneManager.CreatePane(ID_PANE_CUSTOMER, 150, 150, DockLeftOf, Nothing)<BR>&nbsp; g_panCustomer.Title = "Aboneler"<BR>&nbsp; <BR>&nbsp; Set g_panLog = DockingPaneManager.CreatePane(ID_PANE_LOG, 150, 150, DockBottomOf, Nothing)<BR>&nbsp; g_panLog.Title = "Mesajlar"<BR></P>]]>
   </description>
   <pubDate>Thu, 28 Jul 2005 09:11:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7907&amp;title=control-bar-problem#7907</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;ntrol bar problem : I have a dockable window and a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7906&amp;title=control-bar-problem#7906</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=959">oyalhi</a><br /><strong>Subject:</strong> 2655<br /><strong>Posted:</strong> 28 July 2005 at 9:09am<br /><br /><P>I have a dockable window and a controlbar (menu) in my app.&nbsp; The dockable window is docked to the left most side as it should.&nbsp; However, the menu bar on top starts right after the dockable window.&nbsp; The menu bar does not start from the very top left and go to the far right.&nbsp; It is at the very top but the left side starts after the dockable window.&nbsp; What could be causing this, any ideas?</P><P>Regards, Omer</P>]]>
   </description>
   <pubDate>Thu, 28 Jul 2005 09:09:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2655&amp;PID=7906&amp;title=control-bar-problem#7906</guid>
  </item> 
 </channel>
</rss>