<?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 : Docked toolbars</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Docked toolbars]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 06:33:36 +0000</pubDate>
  <lastBuildDate>Mon, 11 Sep 2006 15:32:33 +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=5012</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[Docked toolbars : Hi, Unfortunately for second...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15612&amp;title=docked-toolbars#15612</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5012<br /><strong>Posted:</strong> 11 September 2006 at 3:32pm<br /><br />Hi,<DIV>Unfortunately for second question answer no :(</DIV>]]>
   </description>
   <pubDate>Mon, 11 Sep 2006 15:32:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15612&amp;title=docked-toolbars#15612</guid>
  </item> 
  <item>
   <title><![CDATA[Docked toolbars : Hi Oleg,  I hope, that I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15605&amp;title=docked-toolbars#15605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 5012<br /><strong>Posted:</strong> 11 September 2006 at 11:30am<br /><br />Hi Oleg,<DIV>&nbsp;</DIV><DIV>I hope, that I have found the best solution. <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I have debugged the Control ID's, and so I&nbsp;saw that the ID is 59392, the ID for&nbsp;ID_VIEW_TOOLBAR_STANDARD.&nbsp; I have placed it now into the Select Case requet&nbsp;of the CommandBars_Update event, and it works perfectly.</DIV><DIV>&nbsp;</DIV><DIV>Well,&nbsp; now only the second part of my first question left.</DIV><DIV>&nbsp;</DIV><DIV>thx Detlev</DIV>]]>
   </description>
   <pubDate>Mon, 11 Sep 2006 11:30:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15605&amp;title=docked-toolbars#15605</guid>
  </item> 
  <item>
   <title><![CDATA[Docked toolbars : Hello Oleg,  it works now, thx...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15603&amp;title=docked-toolbars#15603</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 5012<br /><strong>Posted:</strong> 11 September 2006 at 9:22am<br /><br />Hello Oleg,<DIV>&nbsp;</DIV><DIV>it works now, thx a lot.</DIV><DIV>&nbsp;</DIV><DIV>Now&nbsp;I must look how,&nbsp;and in which&nbsp;event I can place the DockRightOf. The CommandBars_ControlSelected-Event is&nbsp;the worst way to place it but so it works. Perhaps you may have a much better solution.</DIV><DIV>&nbsp;</DIV><DIV>By the way, can you answer my second Question please,&nbsp; thx</DIV><DIV>&nbsp;</DIV><DIV>Detlev</DIV>]]>
   </description>
   <pubDate>Mon, 11 Sep 2006 09:22:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15603&amp;title=docked-toolbars#15603</guid>
  </item> 
  <item>
   <title><![CDATA[Docked toolbars : Hi,  also try modify DockRightOf:  Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15602&amp;title=docked-toolbars#15602</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5012<br /><strong>Posted:</strong> 11 September 2006 at 8:42am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>also try modify DockRightOf:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub DockRightOf(BarToDock As CommandBar, BarOnLeft As CommandBar)<BR>&nbsp;&nbsp;&nbsp; Dim Left As Long<BR>&nbsp;&nbsp;&nbsp; Dim Top As Long<BR>&nbsp;&nbsp;&nbsp; Dim Right As Long<BR>&nbsp;&nbsp;&nbsp; Dim Bottom As Long<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; CommandBars.RecalcLayout<BR>&nbsp;&nbsp;&nbsp; BarOnLeft.GetWindowRect Left, Top, Right, Bottom<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; CommandBars.DockToolBar BarToDock, <strong>Left + 1</strong>, (Bottom + Top) / 2, BarOnLeft.Position<BR></DIV><DIV>and if you save state, delete previous state in registry.</DIV>]]>
   </description>
   <pubDate>Mon, 11 Sep 2006 08:42:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15602&amp;title=docked-toolbars#15602</guid>
  </item> 
  <item>
   <title><![CDATA[Docked toolbars : Hello Oleg,  sorry butthat doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15595&amp;title=docked-toolbars#15595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 5012<br /><strong>Posted:</strong> 11 September 2006 at 5:19am<br /><br /><DIV>Hello Oleg,</DIV><DIV>&nbsp;</DIV><DIV>sorry but&nbsp;that doesn't work.&nbsp; When I remove one or more Icons, or one toolbar, this interrests the commandbar not in the least, look below:</DIV><DIV>&nbsp;</DIV><DIV><img src="http://www.vb-fun.de/Bild2.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I even place the&nbsp;DockRightOf in the CommandBars_ControlSelected-Event but nothing happens. Please show me the way how can I realized it. So it looks like fu** sh*t.</DIV><DIV>&nbsp;</DIV><DIV>Another Question, can I use the ballon tooltip feature for other controls on other forms too? When yes, please show me the way.</DIV><DIV>&nbsp;</DIV><DIV>thx Detlev</DIV>]]>
   </description>
   <pubDate>Mon, 11 Sep 2006 05:19:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15595&amp;title=docked-toolbars#15595</guid>
  </item> 
  <item>
   <title><![CDATA[Docked toolbars : Hello, You can call DockRightOf...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15580&amp;title=docked-toolbars#15580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5012<br /><strong>Posted:</strong> 10 September 2006 at 3:42am<br /><br /><P>Hello,</P><DIV>You can call DockRightOf again after you delete icons...</DIV>]]>
   </description>
   <pubDate>Sun, 10 Sep 2006 03:42:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15580&amp;title=docked-toolbars#15580</guid>
  </item> 
  <item>
   <title><![CDATA[Docked toolbars : Hallo,   I have three toolbars,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15575&amp;title=docked-toolbars#15575</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 5012<br /><strong>Posted:</strong> 09 September 2006 at 12:12pm<br /><br />Hallo, <DIV>&nbsp;</DIV><DIV>I have three toolbars, which I have docked behind each other (I have found the sub DockRightOf). When I&nbsp;delete in custom mode one or more Icons from one toolbar or one toolbar, the other toolbars do not move over the left. They always stay at the same place, because I have not found the right way. How can I&nbsp; realize it and please show me the way.</DIV><DIV>&nbsp;</DIV><DIV>thx Detlev</DIV>]]>
   </description>
   <pubDate>Sat, 09 Sep 2006 12:12:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5012&amp;PID=15575&amp;title=docked-toolbars#15575</guid>
  </item> 
 </channel>
</rss>