<?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 : Customizati&#111;n Dialog</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Customizati&#111;n Dialog]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:51:48 +0000</pubDate>
  <lastBuildDate>Mon, 21 Mar 2005 10:54:31 +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=1987</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[Customizati&#111;n Dialog : The ID is 35001. All you need...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1987&amp;PID=5844&amp;title=customization-dialog#5844</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1987<br /><strong>Posted:</strong> 21 March 2005 at 10:54am<br /><br />The ID is 35001.&nbsp; All you need to do is add a control with ID 35001 as you would any other control.]]>
   </description>
   <pubDate>Mon, 21 Mar 2005 10:54:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1987&amp;PID=5844&amp;title=customization-dialog#5844</guid>
  </item> 
  <item>
   <title><![CDATA[Customizati&#111;n Dialog : The following routine can be used...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1987&amp;PID=5819&amp;title=customization-dialog#5819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1987<br /><strong>Posted:</strong> 18 March 2005 at 8:40pm<br /><br /><P>The following routine can be used to simulate the execution of any control based on the ID of that control:</P><P><table width="99%"><tr><td><pre class="BBcode">Public Sub ExecuteCommandBarControl(ByRef CommandBars As CommandBars, ByVal ID As Long)<BR>&nbsp; Dim TempBar As CommandBar, Control As CommandBarControl<BR>&nbsp; If CommandBars Is Nothing Then Exit Sub<BR>&nbsp; Set TempBar = CommandBars.Add("Temp", xtpBarPopup)<BR>&nbsp; Set Control = TempBar.Controls.Add(xtpControlButton, ID, "Temporary")<BR>&nbsp; Control.Execute<BR>End Sub</pre></td></tr></table></P><P>Just pass a reference to your CommandBars object and the ID to execute.&nbsp; The trick here is that you need the ID of the 'Customize' menu option.&nbsp; I don't know this off the top of my head, but it's easy enough to find out.&nbsp; Just place a debug message in the 'Update' event of CommandBars to output the Caption and ID of the control being updated.&nbsp; When you drop down the menu that has the 'Customize' option, it'll trigger the 'Update' event and you'll see the proper ID value in the debug message.</P><P>Hope this helps lead you in the right direction.&nbsp; This was the best hack I could come up with since they didn't provide a basic method for this.&nbsp; Enjoy!</P>]]>
   </description>
   <pubDate>Fri, 18 Mar 2005 20:40:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1987&amp;PID=5819&amp;title=customization-dialog#5819</guid>
  </item> 
  <item>
   <title><![CDATA[Customizati&#111;n Dialog : Is there any way to bring up the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1987&amp;PID=5818&amp;title=customization-dialog#5818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=972">Marek</a><br /><strong>Subject:</strong> 1987<br /><strong>Posted:</strong> 18 March 2005 at 3:59pm<br /><br /><P>Is there any way to bring up the Customization Dialog other than right click on toolbar area or from the drop down at the end of the toolbar? ie can I bring it up from a control, or is there no call on the control to activate it?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 18 Mar 2005 15:59:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1987&amp;PID=5818&amp;title=customization-dialog#5818</guid>
  </item> 
 </channel>
</rss>