<?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 : Hide &quot;Customize Quick Access Toolbar&quot; Button</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Hide &quot;Customize Quick Access Toolbar&quot; Button]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:21:37 +0000</pubDate>
  <lastBuildDate>Sun, 20 May 2007 06:10:26 +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=5319</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[Hide &quot;Customize Quick Access Toolbar&quot; Button : Hello jpbro,  It works , the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=23082&amp;title=hide-customize-quick-access-toolbar-button#23082</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 20 May 2007 at 6:10am<br /><br />Hello jpbro,<DIV>&nbsp;</DIV><DIV>It works <img src="http://forum.codejock.com/smileys/smiley4.gif" border="0">, the commandbars was private, thanks</DIV><DIV>&nbsp;</DIV><DIV>Thanks and best regards</DIV>]]>
   </description>
   <pubDate>Sun, 20 May 2007 06:10:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=23082&amp;title=hide-customize-quick-access-toolbar-button#23082</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : Hi Waleed,These errors typically...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=23076&amp;title=hide-customize-quick-access-toolbar-button#23076</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 19 May 2007 at 12:03pm<br /><br />Hi Waleed,<br><br>These errors typically occur if the class instancing has been set to Private and/or the included DLL has not been registered properyl. Try the following:<br><br>1) Make sure that the CommandBarBehaviours class in the CmdBarBehaviours project has its instancing property set to GlobalMultiUse<br>2) Make sure that you have registered the CmdBarBehaviours.dll file (using regsvr32, or by adding a reference to the TestProject from the Project menu &gt; References sub-menu).<br>3) If it still doesn't work, perhaps you can start a new project, then add the CmdBarBehaviours reference to your project from the Project menu &gt; References sub-menu.<br><br>Other than that, I'm not sure what could be going wrong. Are you using Windows Vista perhaps? I've only tested the code with Windows XP.<br><br><br><br>]]>
   </description>
   <pubDate>Sat, 19 May 2007 12:03:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=23076&amp;title=hide-customize-quick-access-toolbar-button#23076</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : Hello jpbro, This error message...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=23064&amp;title=hide-customize-quick-access-toolbar-button#23064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 19 May 2007 at 6:37am<br /><br />Hello jpbro,<DIV>This error message comes from the .VBG, but when I try to run the testproject.vbp I got another error message which is "ActiveX component can't create Object" at this line in the form load: </DIV><DIV>"SystemButtonID = ID_BTN_SYS ' Set to the ID of the SystemButton"</DIV><DIV>&nbsp;</DIV><DIV>I hope this can help</DIV><DIV>Best regards</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 19 May 2007 06:37:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=23064&amp;title=hide-customize-quick-access-toolbar-button#23064</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : Hi Waleed, I&amp;#039;m at a bit of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=22962&amp;title=hide-customize-quick-access-toolbar-button#22962</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 16 May 2007 at 6:44pm<br /><br />Hi Waleed,<br><br>&nbsp;&nbsp;&nbsp; I'm at a bit of a loss as to why you are getting that error message. Usually that only occurs when you are making an ActiveX EXE or DLL, but the test project included is a standard EXE.<br><br>&nbsp;&nbsp;&nbsp; If you are try to use the included DLL in your own project (although I recommend you experiment with a test project first), you will need to register the DLL.<br><br>1) First copy the CommandBarBehaviours.dll file to your Windows system folder (i.e. C:\Windows\System32)<br>2) Register it from the Start button &gt; Run command (or press Windows key + R) with the following command line:<br><br>regsvr32 c:\windows\system32\CommandBarBehaviours.dll<br><br>(Note, if your Windows sytems folder path is different, then change it in the line above)<br><br>3) Launch VB6 and open your project. You will now need to reference the DLL for your project from the Project menu &gt; References sub-menu (note that the name of the class is CmdBarBehaviours).<br><br>Because I created the DLL class as a GlobalMultiUse class, you do not need to instantiate it any further - just reference the now global properties. If you don't like this behaviour, I recommend you recompile the DLL with the CmdBarBehaviour class Instancing property set to MultiUse. You would then have to initialize an instance of the class in your main project code.<br><br>I developed the code with CommandBars 10.4, and I just tested it with 11.1 and everything seems to be working here. The code was intended as proof of concept rather than I finalized product, so maybe I will give another kick at it to make it more user friendly.<br>]]>
   </description>
   <pubDate>Wed, 16 May 2007 18:44:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=22962&amp;title=hide-customize-quick-access-toolbar-button#22962</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : Hello,  I open the VBG I try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=22910&amp;title=hide-customize-quick-access-toolbar-button#22910</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 16 May 2007 at 3:28am<br /><br />Hello, <DIV>I open the VBG I try to run the application when I get this error message:</DIV><DIV>"No creatable public component detected"</DIV><DIV>&nbsp;</DIV><DIV>Also, I can't see where does the form or the test application load the .dll ??</DIV><DIV>&nbsp;</DIV><DIV>Thanks and best regards</DIV>]]>
   </description>
   <pubDate>Wed, 16 May 2007 03:28:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=22910&amp;title=hide-customize-quick-access-toolbar-button#22910</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : Hi Waleed, What problems are you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=22855&amp;title=hide-customize-quick-access-toolbar-button#22855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 14 May 2007 at 2:22pm<br /><br />Hi Waleed,<br><br>&nbsp;&nbsp;&nbsp; What problems are you having? Are you getting an error message? Make sure that you are opening the VBG file (Project Group) instead of the VBP (Project) file.<br>&nbsp;&nbsp;&nbsp; The test form shows you what you need to do to get the subclass setup (see the Form_Load event).<br>]]>
   </description>
   <pubDate>Mon, 14 May 2007 14:22:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=22855&amp;title=hide-customize-quick-access-toolbar-button#22855</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : Hello Jpbro, I download the example...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=22831&amp;title=hide-customize-quick-access-toolbar-button#22831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 14 May 2007 at 5:22am<br /><br />Hello Jpbro,<DIV>I download the example you provide, but I can't get it to work, can you please what I have to do in order to use it.</DIV><DIV>&nbsp;</DIV><DIV>I am not aware of the subclassing and how it works <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I appreciate your help</DIV><DIV>&nbsp;</DIV><DIV>Best regards</DIV><DIV>Waleed</DIV>]]>
   </description>
   <pubDate>Mon, 14 May 2007 05:22:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=22831&amp;title=hide-customize-quick-access-toolbar-button#22831</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : No problem Waescher, glad to help!I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=19367&amp;title=hide-customize-quick-access-toolbar-button#19367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 15 January 2007 at 10:18am<br /><br />No problem Waescher, glad to help!<br><br>I put this code together fairly quickly last night (when I encountered the problem myself), so if you notice any problems, please feel free to email me. My email address is in the source code.<br><br>]]>
   </description>
   <pubDate>Mon, 15 Jan 2007 10:18:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=19367&amp;title=hide-customize-quick-access-toolbar-button#19367</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : Yes, thats right! I would like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=19365&amp;title=hide-customize-quick-access-toolbar-button#19365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2342">Waescher</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 15 January 2007 at 10:08am<br /><br />Yes, thats right! I would like to use a non-customizeable QuickAccess-Bar.<br><br>The subclassing-solution is great! Thanks a lot, jpbro!<br><br>Wow! <img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><br><a href="member_profile.asp?PF=2676&amp;FID=24" target="_blank"></a>   ]]>
   </description>
   <pubDate>Mon, 15 Jan 2007 10:08:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=19365&amp;title=hide-customize-quick-access-toolbar-button#19365</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Customize Quick Access Toolbar&quot; Button : Hi Oleg, This is true, but in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=19363&amp;title=hide-customize-quick-access-toolbar-button#19363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 5319<br /><strong>Posted:</strong> 15 January 2007 at 9:55am<br /><br />Hi Oleg,<br><br>&nbsp;&nbsp;&nbsp; This is true, but in mine and Waescher's case, we would like to show a non-customizable QuickAccess bar, and then the context menu is misleading to the user.<br>&nbsp;&nbsp;&nbsp; I have tried setting all of the various customizable &amp; context menu properties to false (i.e. .EnableCustomization for the parent CommandBar, and .Customizable &amp; .ContextMenuPresent for the RibbonBar), but the context menu always seems to appear on right-click.<br>&nbsp;&nbsp;&nbsp; The only solution I have found is to subclass the RibbonBar window and consume the WM_RBUTTONDOWN/UP messages.<br><br>JPB<br>]]>
   </description>
   <pubDate>Mon, 15 Jan 2007 09:55:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5319&amp;PID=19363&amp;title=hide-customize-quick-access-toolbar-button#19363</guid>
  </item> 
 </channel>
</rss>