<?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 Bars</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 18:05:32 +0000</pubDate>
  <lastBuildDate>Sat, 02 May 2026 04:35:44 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp?FID=116</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 Bars : .EditHandle is always 0]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24640&amp;PID=79388&amp;title=edithandle-is-always-0#79388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8889">MichaelT</a><br /><strong>Subject:</strong> .EditHandle is always 0<br /><strong>Posted:</strong> 02 May 2026 at 4:35am<br /><br /><div>Commandbar v20.3</div><div>VB6SP6</div><div>Win10</div><div><br></div><div>hi,</div><div><br></div><div>i dont understand why .EditHandle is always 0 after i added a ComboBox or a EditBox to the commandbar:</div><div><br></div><div>ToolBar.Controls.Add(xtpControlComboBox, 500, "")</div><div>ToolBar.Controls.Add(xtpControlEdit, 500, "")</div><div><br></div><div>Is this maybe a bug in my older version of the commandbar?</div><div><br></div>]]>
   </description>
   <pubDate>Sat, 02 May 2026 04:35:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24640&amp;PID=79388&amp;title=edithandle-is-always-0#79388</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : CommandBarGalleryItems]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24637&amp;PID=79385&amp;title=commandbargalleryitems#79385</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7267">CDias</a><br /><strong>Subject:</strong> CommandBarGalleryItems<br /><strong>Posted:</strong> 20 April 2026 at 1:49pm<br /><br />How to capture item click in CommandBarGalleryItems?]]>
   </description>
   <pubDate>Mon, 20 Apr 2026 13:49:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24637&amp;PID=79385&amp;title=commandbargalleryitems#79385</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : Cannot customize commands using ListNavigation]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24631&amp;PID=79378&amp;title=cannot-customize-commands-using-listnavigation#79378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9740">mgregory8</a><br /><strong>Subject:</strong> Cannot customize commands using ListNavigation<br /><strong>Posted:</strong> 24 March 2026 at 7:51am<br /><br />This has been acknowledged as a bug and will be fixed in an update.]]>
   </description>
   <pubDate>Tue, 24 Mar 2026 07:51:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24631&amp;PID=79378&amp;title=cannot-customize-commands-using-listnavigation#79378</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : Problem with shortcut assignment]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24632&amp;PID=79365&amp;title=problem-with-shortcut-assignment#79365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9740">mgregory8</a><br /><strong>Subject:</strong> Problem with shortcut assignment<br /><strong>Posted:</strong> 13 March 2026 at 10:21am<br /><br /><div>This problem existed in v9.81 and still exists in v24.3.0.</div><div><br></div><div>Unfortunately this is not repeatable with the CommandBars Customization sample of v24.3.0.</div><div><br></div><div>This screen grab shows the problem.</div><div><a href="uploads/9740/shortcutassign.zip" target="_blank" rel="nofollow">uploads/9740/shortcutassign.zip</a></div><div><br></div><div>This is a test project.</div><div><a href="https://forum.codejock.com/uploads/9740/testprj_2026-03-16_07-24-29.zip" target="_blank" rel="nofollow">uploads/9740/testprj_2026-03-16_07-24-29.zip</a></div><div><br></div><div>Open the project in VB6 and run it. Right-click in the toolbar and pick Customize.</div><div>Click on the Keyboard tab, enter M as the shortcut and press assign.</div><div>Repeat. You get a warning message which is not modal. Move this to the side.</div><div>Click in the Customize dialog. Press Assign again. You get another warning message.</div><div>Click in the Customize dialog.</div><div>Try to click on the message windows and neither receives focus. This also happens if only one was presented.</div><div>Now you have to kill the application which means VB6 if you run it from there.</div><div><br></div><div>In v24.3.0:</div><div>If you modify the Customization event to specify Options.ShowListNavigation = True, then you still get the multiple messages but they will receive focus and can be closed.</div><div>However: This introduces the problem that you can't now drag tools around - raised as a separate forum post.</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 13 Mar 2026 10:21:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24632&amp;PID=79365&amp;title=problem-with-shortcut-assignment#79365</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : Cannot customize commands using ListNavigation]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24631&amp;PID=79362&amp;title=cannot-customize-commands-using-listnavigation#79362</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9740">mgregory8</a><br /><strong>Subject:</strong> Cannot customize commands using ListNavigation<br /><strong>Posted:</strong> 13 March 2026 at 9:57am<br /><br /><div>v24.3.0</div><div>Open the CommandBars Customization sample for VB6.</div><div>Run it, right-click in the toolbar and pick Customize to see the normal behavior: you can drag tools around and from the Commands tab to the toolbar. Close the app.</div><div>Add this code to the form:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Private Sub CommandBars_Customization(ByVal Options As XtremeCommandBars.ICustomizeOptions)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Options.ShowListNavigation = True<br>&nbsp; &nbsp; &nbsp; &nbsp; End Sub<br>Run the application and try again. Now you can't drag tools around on the toolbar or from the Commands tab to the toolbar.</div>]]>
   </description>
   <pubDate>Fri, 13 Mar 2026 09:57:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24631&amp;PID=79362&amp;title=cannot-customize-commands-using-listnavigation#79362</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : Commandbar crash in theme Windows11]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79353&amp;title=commandbar-crash-in-theme-windows11#79353</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> Commandbar crash in theme Windows11<br /><strong>Posted:</strong> 17 February 2026 at 8:32am<br /><br /><div>Hello,</div><div><br></div><div>I have reproduced this problem. Working with it.</div><div><br></div><div>Regards,<br>Artem Gontarenko</div>]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 08:32:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79353&amp;title=commandbar-crash-in-theme-windows11#79353</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : Commandbar crash in theme Windows11]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79351&amp;title=commandbar-crash-in-theme-windows11#79351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9292">Muckl</a><br /><strong>Subject:</strong> Commandbar crash in theme Windows11<br /><strong>Posted:</strong> 13 February 2026 at 4:50am<br /><br />Yes, we use RDP. But version 24.2 works under the same conditions even over RDB without errors]]>
   </description>
   <pubDate>Fri, 13 Feb 2026 04:50:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79351&amp;title=commandbar-crash-in-theme-windows11#79351</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : Commandbar crash in theme Windows11]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79349&amp;title=commandbar-crash-in-theme-windows11#79349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9292">Muckl</a><br /><strong>Subject:</strong> Commandbar crash in theme Windows11<br /><strong>Posted:</strong> 12 February 2026 at 7:49am<br /><br /><div><a href="uploads/9292/TabbedToolbar.zip" target="_blank" rel="nofollow">uploads/9292/TabbedToolbar.zip</a></div><div><br></div><div>Please check these applications on Terminalserver. They are VB6 builds from your samples (style directory must exists). If I change to theme Windows11 there is a problem, other themes work fine.&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 12 Feb 2026 07:49:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79349&amp;title=commandbar-crash-in-theme-windows11#79349</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : Commandbar crash in theme Windows11]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79348&amp;title=commandbar-crash-in-theme-windows11#79348</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> Commandbar crash in theme Windows11<br /><strong>Posted:</strong> 04 February 2026 at 5:57am<br /><br />May be you use RDP?]]>
   </description>
   <pubDate>Wed, 04 Feb 2026 05:57:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79348&amp;title=commandbar-crash-in-theme-windows11#79348</guid>
  </item> 
  <item>
   <title><![CDATA[Command Bars : Commandbar crash in theme Windows11]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79347&amp;title=commandbar-crash-in-theme-windows11#79347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> Commandbar crash in theme Windows11<br /><strong>Posted:</strong> 04 February 2026 at 5:55am<br /><br />I've installed windows server 2016 standard (desktop experience) for test.&nbsp;<div>May be I need to install any specific Windows server. Explain me please.</div><div><br></div><div>Regards,<br>Artem Gontarenko</div>]]>
   </description>
   <pubDate>Wed, 04 Feb 2026 05:55:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24624&amp;PID=79347&amp;title=commandbar-crash-in-theme-windows11#79347</guid>
  </item> 
 </channel>
</rss>