<?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 : ActiveMenuBar.FindC&#111;ntrol (ActiveX 8.6)</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : ActiveMenuBar.FindC&#111;ntrol (ActiveX 8.6)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:02:26 +0000</pubDate>
  <lastBuildDate>Mon, 27 Aug 2007 06:01:12 +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=323</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[ActiveMenuBar.FindC&#111;ntrol (ActiveX 8.6) : hi there ,Would u mind to provide...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=323&amp;PID=25389&amp;title=activemenubar-findcontrol-activex-8-6#25389</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3247">future</a><br /><strong>Subject:</strong> 323<br /><strong>Posted:</strong> 27 August 2007 at 6:01am<br /><br />hi there ,Would u mind to provide some code that we can find the sub-menus, i am stock here as well, Thank u very much]]>
   </description>
   <pubDate>Mon, 27 Aug 2007 06:01:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=323&amp;PID=25389&amp;title=activemenubar-findcontrol-activex-8-6#25389</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveMenuBar.FindC&#111;ntrol (ActiveX 8.6) : You are right, you must set id...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=323&amp;PID=730&amp;title=activemenubar-findcontrol-activex-8-6#730</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 323<br /><strong>Posted:</strong> 03 January 2004 at 2:29am<br /><br /><P>You are right, you must set id manually in xtpControlPopup controls.</P><P>Control.Id = 20</P>]]>
   </description>
   <pubDate>Sat, 03 Jan 2004 02:29:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=323&amp;PID=730&amp;title=activemenubar-findcontrol-activex-8-6#730</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveMenuBar.FindC&#111;ntrol (ActiveX 8.6) : I guess the answer to my own questions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=323&amp;PID=721&amp;title=activemenubar-findcontrol-activex-8-6#721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 323<br /><strong>Posted:</strong> 01 January 2004 at 1:21pm<br /><br /><P>I guess the answer to my own questions is that controls that are not top-level popups should be xtpControlButtonPopUp and not xtpControlPopUp. The .id property does work on xtpControlButtonPopup and .FindControl will find them.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 01 Jan 2004 13:21:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=323&amp;PID=721&amp;title=activemenubar-findcontrol-activex-8-6#721</guid>
  </item> 
  <item>
   <title><![CDATA[ActiveMenuBar.FindC&#111;ntrol (ActiveX 8.6) : Does anybody know how to find...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=323&amp;PID=720&amp;title=activemenubar-findcontrol-activex-8-6#720</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 323<br /><strong>Posted:</strong> 01 January 2004 at 12:11pm<br /><br /><P>Does anybody know how to find a menu through code when it's not a top-level menu item?</P><P>CommandBars.ActiveMenuBar.FindControl won't work because menus (controls of type xtpControlPopUp) all have an ID of 0 for some reason.<BR>CommandBars.ActiveMenuBar.Controls.Count only has the count for top-level menu items.</P><P>Dim Control As XtremeCommandBars.CommandBarControl<BR>For Each Control in CommandBars.ActiveMenuBar.Controls<BR>&nbsp; Debug.Print Control.Caption<BR>next</P><P>Only lists the top-level menu items</P><P>I'm stumped. Every time I get by one obsticle I hit another. I was going to just use the .DescriptionText property of the menus to store ID's since the .ID property doesn't work, but if there is no way to cycle through the controls collection, it must be impossible.</P><P>What would be so dificult about making the .ID property for xtpControlPopup controls work? </P><P>Any ideas are appreciated. Yes, I've looked at the Dynamic Popups sample. CommandBars_InitCommandsPopup is just silly. That only allows access to menus as they are clicked.</P><P>Thanks!</P>]]>
   </description>
   <pubDate>Thu, 01 Jan 2004 12:11:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=323&amp;PID=720&amp;title=activemenubar-findcontrol-activex-8-6#720</guid>
  </item> 
 </channel>
</rss>