<?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 does not minimize</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : command bar does not minimize]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 13:43:24 +0000</pubDate>
  <lastBuildDate>Fri, 26 Mar 2010 15:36: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=16526</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 does not minimize : Hi,  Seems that we don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57819&amp;title=command-bar-does-not-minimize#57819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16526<br /><strong>Posted:</strong> 26 March 2010 at 3:36pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Seems that we don't have to do anything. I re-opened my test project and it works just without any settings. I could have sworn that it didn't work before I tried with SDISample <img src="https://forum.codejock.com/smileys/smiley5.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>The only thing I noticed (I was testing with a CommandBars control inside a picturebox) it doesn't work when minimizing the application. Do you have CommandBars inside PictureBox?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 26 Mar 2010 15:36:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57819&amp;title=command-bar-does-not-minimize#57819</guid>
  </item> 
  <item>
   <title><![CDATA[command bar does not minimize : Hi,  Yes, you are right. I tried...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57818&amp;title=command-bar-does-not-minimize#57818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16526<br /><strong>Posted:</strong> 26 March 2010 at 3:10pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes, you are right. I tried with SDISample and the toolbars disappear when form is minimized. I have to find out what to do to get this working <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 26 Mar 2010 15:10:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57818&amp;title=command-bar-does-not-minimize#57818</guid>
  </item> 
  <item>
   <title><![CDATA[command bar does not minimize : Thanks for the reply.I am just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57816&amp;title=command-bar-does-not-minimize#57816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5820">wxperson</a><br /><strong>Subject:</strong> 16526<br /><strong>Posted:</strong> 26 March 2010 at 1:57pm<br /><br />Thanks for the reply.<br><br>I am just wondering why the sample VB6 project's toolbars disappear when I minimize their form.&nbsp; They do not have the code that you refer to.<br><br>Thanks,<br><br>George<br>]]>
   </description>
   <pubDate>Fri, 26 Mar 2010 13:57:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57816&amp;title=command-bar-does-not-minimize#57816</guid>
  </item> 
  <item>
   <title><![CDATA[command bar does not minimize : Hi,  I would have guessed this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57814&amp;title=command-bar-does-not-minimize#57814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16526<br /><strong>Posted:</strong> 26 March 2010 at 12:21pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I would have guessed this would be taken care off by setting Commandbars.Options.SyncFloatingToolbars = True but it isn't working <img src="https://forum.codejock.com/smileys/smiley5.gif" border="0">&nbsp;Floating toolbar only hides when application looses focus and I don't see any other options... </DIV><DIV>&nbsp;</DIV><DIV>If you are really desperate, just add following code in Form_Resize event:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Form_Resize()<BR>&nbsp;&nbsp;&nbsp; <strong>If Me.WindowState = vbMinimized Then CommandBars(1).Visible = False<BR></strong>End Sub</DIV><DIV>&nbsp;</DIV><DIV>Where <strong>(1)</strong> is the index of your commandbar, if you have more just loop through CommandBars <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 26 Mar 2010 12:21:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57814&amp;title=command-bar-does-not-minimize#57814</guid>
  </item> 
  <item>
   <title><![CDATA[command bar does not minimize : Hi,  I have an issue that I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57812&amp;title=command-bar-does-not-minimize#57812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5820">wxperson</a><br /><strong>Subject:</strong> 16526<br /><strong>Posted:</strong> 26 March 2010 at 10:23am<br /><br />Hi,<br><br>I have an issue that I cannot figure out.<br><br>When "I detach' my tool/command bar from the application form.. it does not minimize with the application..<br><br>i.e. it remains visible when my application is minimized.<br><br>The sample code examples do not exhibit this behavior but I don't see an implicit command to make sure the command bars minimize.<br><br>Any help is appreciated.&nbsp; <br><br>George<br><br>PS.&nbsp; This is a VB6 project.<br><br>]]>
   </description>
   <pubDate>Fri, 26 Mar 2010 10:23:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16526&amp;PID=57812&amp;title=command-bar-does-not-minimize#57812</guid>
  </item> 
 </channel>
</rss>