<?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 : Problem with CommandBar and DockingPane in VS2008</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Problem with CommandBar and DockingPane in VS2008]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 15 Jun 2026 02:00:17 +0000</pubDate>
  <lastBuildDate>Fri, 15 May 2009 14:51: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=13468</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[Problem with CommandBar and DockingPane in VS2008 : Thank you that just solved it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=49065&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#49065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5236">sforces</a><br /><strong>Subject:</strong> 13468<br /><strong>Posted:</strong> 15 May 2009 at 2:51pm<br /><br /><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"> Thank you that just solved it for me too!]]>
   </description>
   <pubDate>Fri, 15 May 2009 14:51:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=49065&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#49065</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CommandBar and DockingPane in VS2008 :    vie87vn wrote:I did as your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=45971&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#45971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 13468<br /><strong>Posted:</strong> 27 February 2009 at 9:18am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by vie87vn" alt="Originally posted by vie87vn" style="vertical-align: text-bottom;" /> <strong>vie87vn wrote:</strong><br /><br />I did as your code but not successful.<br>I fixed with this code:<br>DockingPaneManager.SetCommandBars(Me.CommandBars.GetDispatch())<br>Thankx for your helping.<br></td></tr></table><br><br>Yes, that is correct for .NET<br>]]>
   </description>
   <pubDate>Fri, 27 Feb 2009 09:18:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=45971&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#45971</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CommandBar and DockingPane in VS2008 : I did as your code but not successful.I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=45967&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#45967</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4880">vie87vn</a><br /><strong>Subject:</strong> 13468<br /><strong>Posted:</strong> 27 February 2009 at 8:25am<br /><br />I did as your code but not successful.<br>I fixed with this code:<br>DockingPaneManager.SetCommandBars(Me.CommandBars.GetDispatch())<br>Thankx for your helping.<br>]]>
   </description>
   <pubDate>Fri, 27 Feb 2009 08:25:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=45967&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#45967</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CommandBar and DockingPane in VS2008 :  DockingPaneManager.SetCommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=45747&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#45747</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13468<br /><strong>Posted:</strong> 23 February 2009 at 3:35am<br /><br /><DIV>&nbsp;</DIV><DIV>DockingPaneManager.<strong>SetCommandBars</strong> Me.CommandBars<BR></DIV>]]>
   </description>
   <pubDate>Mon, 23 Feb 2009 03:35:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=45747&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#45747</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CommandBar and DockingPane in VS2008 : I&amp;#039;m using both CommandBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=45726&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#45726</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4880">vie87vn</a><br /><strong>Subject:</strong> 13468<br /><strong>Posted:</strong> 22 February 2009 at 3:13am<br /><br />I'm using both CommandBar and DockingPane. I'm trying with your code: <br>DockingPane.SetCommandBar(Me.CommandBar) <br>and 'Send to Back' DockingPane control but on RunTime, I had a message like this:<br><img src="uploads/20090222_031128_Err_DockingPane.jpg" height="142" width="187" border="0"><br>How to fix? Plz help me!<br>I'm using VS2008.<br>]]>
   </description>
   <pubDate>Sun, 22 Feb 2009 03:13:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13468&amp;PID=45726&amp;title=problem-with-commandbar-and-dockingpane-in-vs2008#45726</guid>
  </item> 
 </channel>
</rss>