<?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 DockingPaneManager.SetCommandBars</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Problem with DockingPaneManager.SetCommandBars]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 22:31:31 +0000</pubDate>
  <lastBuildDate>Wed, 28 Nov 2007 03:22:17 +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=8932</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 DockingPaneManager.SetCommandBars : Thanks Oleg, my problem solved.I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28952&amp;title=problem-with-dockingpanemanager-setcommandbars#28952</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3515">unrecognize</a><br /><strong>Subject:</strong> 8932<br /><strong>Posted:</strong> 28 November 2007 at 3:22am<br /><br /><P>Thanks Oleg, my problem solved.<BR>I doesn't know I was missing&nbsp;Handles CommandBars.ResizeEvents .</P><P>Thanks again. <img src="https://forum.codejock.com/smileys/smiley17.gif" border="0"></P>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 03:22:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28952&amp;title=problem-with-dockingpanemanager-setcommandbars#28952</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with DockingPaneManager.SetCommandBars : Hi,  try  Private Sub CommandBars_ResizeEvent(ByVal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28951&amp;title=problem-with-dockingpanemanager-setcommandbars#28951</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8932<br /><strong>Posted:</strong> 28 November 2007 at 3:07am<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>try</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CommandBars_ResizeEvent(ByVal sender As System.Object, ByVal e As System.EventArgs) <strong>Handles CommandBars.ResizeEvent</strong><BR></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 03:07:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28951&amp;title=problem-with-dockingpanemanager-setcommandbars#28951</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with DockingPaneManager.SetCommandBars : hi Oleg, nice to see u again....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28949&amp;title=problem-with-dockingpanemanager-setcommandbars#28949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3515">unrecognize</a><br /><strong>Subject:</strong> 8932<br /><strong>Posted:</strong> 28 November 2007 at 2:56am<br /><br />hi Oleg, nice to see u again. I have put code below&nbsp;into my program and run it. But when I run in debug mode, it doesn't run through this code. I have put DockingPaneManager.SetCommandBars in frmMain_load. It is I was putting in wrong block ? <DIV>&nbsp;</DIV><DIV>Private Sub CommandBars_ResizeEvent(ByVal sender As System.Object, ByVal e As System.EventArgs)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; On Error Resume Next</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim left As Integer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim top As Integer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim right As Integer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim bottom As Integer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.GetClientRect(left, top, right, bottom)<BR>End Sub<BR></DIV><DIV>Thansk.</DIV>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 02:56:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28949&amp;title=problem-with-dockingpanemanager-setcommandbars#28949</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with DockingPaneManager.SetCommandBars : Hello, Yes its designed. Use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28946&amp;title=problem-with-dockingpanemanager-setcommandbars#28946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8932<br /><strong>Posted:</strong> 28 November 2007 at 2:45am<br /><br />Hello,<DIV>Yes its designed. Use CommandBars_ResizeEvent instead.</DIV>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 02:45:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28946&amp;title=problem-with-dockingpanemanager-setcommandbars#28946</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with DockingPaneManager.SetCommandBars : Hi,  I am facing some problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28942&amp;title=problem-with-dockingpanemanager-setcommandbars#28942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3515">unrecognize</a><br /><strong>Subject:</strong> 8932<br /><strong>Posted:</strong> 28 November 2007 at 2:26am<br /><br />Hi, <DIV>I am facing some problem with putting following code into my code.</DIV><DIV><FONT color=#ff0000><strong>DockingPaneManager.SetCommandBars(CommandBars.GetDispatch)</strong></FONT><FONT color=#000000>.</FONT></DIV><DIV>When I put above code into my coding, the DockingPaneManager_ResizeEvent can only function for the 1st time.&nbsp;How do I know that? Becuz I try to&nbsp;run in debug, I&nbsp;maximize&nbsp;and minimize the form, it doesn't call DockingPaneManager_ResizeEvent to take action. But after I remove&nbsp;<FONT color=#ff0000><strong>DockingPaneManager.SetCommandBars(CommandBars.GetDispatch)</strong>&nbsp;</FONT><FONT color=#000000>from my code,&nbsp;it works fine everytime&nbsp;I maximize or minimize the form<strong>.</strong></FONT>&nbsp;May I know why?</DIV><DIV>&nbsp;</DIV><DIV>I need the <FONT color=#ff0000><strong>DockingPaneManager.SetCommandBars(CommandBars.GetDispatch)</strong> </FONT><FONT color=#000000>to be used in my code to dispatch DockingPane. Please help.</FONT></DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 02:26:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8932&amp;PID=28942&amp;title=problem-with-dockingpanemanager-setcommandbars#28942</guid>
  </item> 
 </channel>
</rss>