<?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 : Command bar with other c&#111;ntrols.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Command bar with other c&#111;ntrols.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:33:19 +0000</pubDate>
  <lastBuildDate>Tue, 11 May 2004 02:58:56 +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=564</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[Command bar with other c&#111;ntrols. :   SuperMario wrote:Codejock components...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1884&amp;title=command-bar-with-other-controls#1884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=415">PhilJeary</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 11 May 2004 at 2:58am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by SuperMario" alt="Originally posted by SuperMario" style="vertical-align: text-bottom;" /> <strong>SuperMario wrote:</strong><br /><br />Codejock components work fine with other components.</td></tr></table> </P><P>Unfortunately for me, I needed to know way back in March, but hopefully someone currenly using the components will be able to make good use of it and get their app working as they want it to.</P><P>Thanks anyway though.</P>]]>
   </description>
   <pubDate>Tue, 11 May 2004 02:58:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1884&amp;title=command-bar-with-other-controls#1884</guid>
  </item> 
  <item>
   <title><![CDATA[Command bar with other c&#111;ntrols. : Sound promising, but can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1870&amp;title=command-bar-with-other-controls#1870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=506">svenn</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 10 May 2004 at 6:55am<br /><br /><P>Sound promising, but can't get it to work.</P><P>I have a picture box that I want to dock against the left border of an MDI form. The CommandBar Main Menu should stay on top, above the picture box, and occupy the entire width of the form.</P><P>The important bit: The client area (for MDI childs) should extend from the right border of the picture box and the bottom of the command bar. Yet so far, I have not been able to do this.</P><P>Can you do this with the MoveAlignedControl() method, SuperMario?</P>]]>
   </description>
   <pubDate>Mon, 10 May 2004 06:55:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1870&amp;title=command-bar-with-other-controls#1870</guid>
  </item> 
  <item>
   <title><![CDATA[Command bar with other c&#111;ntrols. :  Codejock components work fine...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1869&amp;title=command-bar-with-other-controls#1869</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 10 May 2004 at 6:33am<br /><br />Codejock components work fine with other components.&nbsp; All that isneeded is a call to&nbsp; the MoveAlignedControl method for eachcontrol placed in the RepositionAlignedControls event. &nbsp;<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><br><br>This sample code is all you need to add:<br><br>Private Sub CommandBars_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)<br>CommandBars.MoveAlignedControl CoolBar1, Left, Top, Right, Bottom<br>End Sub<br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Mon, 10 May 2004 06:33:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1869&amp;title=command-bar-with-other-controls#1869</guid>
  </item> 
  <item>
   <title><![CDATA[Command bar with other c&#111;ntrols. : I was looking for some controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1868&amp;title=command-bar-with-other-controls#1868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=415">PhilJeary</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 10 May 2004 at 2:55am<br /><br /><P>I was looking for some controls to create a design similar to the MS Money style.</P><P>I managed to find some controls at <A href="http://www.vbaccelerator.com" target="_blank">www.vbaccelerator.com</A> which did the job perfectly.</P><P>&nbsp;</P><P>The best example I can offer that I had trouble getting the codejock components to work with is the standard CoolBar.&nbsp; If I put a coolbar in my app, any codejock components ignored its existance and sat on top of it.</P><P>I had a quick look round for a solution, but due to the deadline of the project I was working on, had to look for a quicker solution elsewhere.</P><P>Currently i'm trying to learn how to use installshield, which after using the huge amount of support and help available in books and the web for VB, installshield doesn't have quite so many comforts <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></P>]]>
   </description>
   <pubDate>Mon, 10 May 2004 02:55:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1868&amp;title=command-bar-with-other-controls#1868</guid>
  </item> 
  <item>
   <title><![CDATA[Command bar with other c&#111;ntrols. : Phil, This sounds interesting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1866&amp;title=command-bar-with-other-controls#1866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=506">svenn</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 10 May 2004 at 2:34am<br /><br /><P>Phil, <BR>This sounds interesting as we are currently considering codejock for a major upgrade of our main product.</P><P>What kind of problems did codejock give you with other controls?<BR>Did you find other suppliers that provided the features you needed?</P><P>Thanks a lot for your time.</P><P>.svenn.</P>]]>
   </description>
   <pubDate>Mon, 10 May 2004 02:34:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1866&amp;title=command-bar-with-other-controls#1866</guid>
  </item> 
  <item>
   <title><![CDATA[Command bar with other c&#111;ntrols. :   svenn wrote: Did you find...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1865&amp;title=command-bar-with-other-controls#1865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=415">PhilJeary</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 10 May 2004 at 2:31am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by svenn" alt="Originally posted by svenn" style="vertical-align: text-bottom;" /> <strong>svenn wrote:</strong><br /><br /><P>Did you find any solution to this problem?</P><P></td></tr></table> </P><P>&nbsp;</P><P>In answer to your original question, I had trouble getting codejock components to work well with other components so, unfortunately (largely due to time constraints), had to abandon it and look elsewhere.</P>]]>
   </description>
   <pubDate>Mon, 10 May 2004 02:31:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1865&amp;title=command-bar-with-other-controls#1865</guid>
  </item> 
  <item>
   <title><![CDATA[Command bar with other c&#111;ntrols. : I found the solution in another...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1846&amp;title=command-bar-with-other-controls#1846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=506">svenn</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 07 May 2004 at 9:02pm<br /><br /><P>I found the solution in another thread. </P><P>Make sure the command bar is topmost in the Zorder, then it will align ok.</P>]]>
   </description>
   <pubDate>Fri, 07 May 2004 21:02:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1846&amp;title=command-bar-with-other-controls#1846</guid>
  </item> 
  <item>
   <title><![CDATA[Command bar with other c&#111;ntrols. : Phil,  Did you find any solution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1841&amp;title=command-bar-with-other-controls#1841</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=506">svenn</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 07 May 2004 at 4:51pm<br /><br /><P>Phil, </P><P>Did you find any solution to this problem?</P><P>I'm currently evaluating the Codejock's Command Bar control. Looks great and feels professional, but there is this one problem.</P><P>Docking other controls to the side of an MDI Form (VB6) containing a Command Bar just doesn't provide the result I want...<BR>I were able to position the command bar docked to the side of the other control (left aligned), but I could never make the command bar dock to the top and display the other control left-docked beneath it.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 07 May 2004 16:51:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1841&amp;title=command-bar-with-other-controls#1841</guid>
  </item> 
  <item>
   <title><![CDATA[Command bar with other c&#111;ntrols. : Is it possible to use a command...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1448&amp;title=command-bar-with-other-controls#1448</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=415">PhilJeary</a><br /><strong>Subject:</strong> 564<br /><strong>Posted:</strong> 25 March 2004 at 5:59am<br /><br /><P>Is it possible to use a command bar alongside other controls?</P><P>I have an Xtreme&nbsp;command bar on my form, and I also have a standard Coolbar, however the coolbar positions itself on top of the command bar.&nbsp; How do I avoid this?</P><P>Im also using panes, therefore, how do set the pane to dock to the bottom of the coolbar?</P><P>Any help would be much appreciated, I am currently still evaluating the Xtreme activeX components and currently, integrating it into our product isn't going well.</P>]]>
   </description>
   <pubDate>Thu, 25 Mar 2004 05:59:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=564&amp;PID=1448&amp;title=command-bar-with-other-controls#1448</guid>
  </item> 
 </channel>
</rss>