<?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 : How to add menu level 4 ?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How to add menu level 4 ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:40:12 +0000</pubDate>
  <lastBuildDate>Fri, 15 Oct 2004 13:05: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=1287</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[How to add menu level 4 ? : oh ! yes ! Thanks you very much...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1287&amp;PID=3520&amp;title=how-to-add-menu-level-4#3520</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=774">hoanganh</a><br /><strong>Subject:</strong> 1287<br /><strong>Posted:</strong> 15 October 2004 at 1:05pm<br /><br /><P>oh ! yes !</P><P>Thanks you very much !</P><P>your support is Excellent ! <IMG src="http://forum.codejock.com/smileys/smiley32.gif" border="0"><FONT size=1><FONT size=1></P></FONT></FONT>]]>
   </description>
   <pubDate>Fri, 15 Oct 2004 13:05:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1287&amp;PID=3520&amp;title=how-to-add-menu-level-4#3520</guid>
  </item> 
  <item>
   <title><![CDATA[How to add menu level 4 ? :   Mabye you are looking for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1287&amp;PID=3519&amp;title=how-to-add-menu-level-4#3519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1287<br /><strong>Posted:</strong> 15 October 2004 at 12:52pm<br /><br />Mabye you are looking for something like this (5 level menu)?<br><table width="99%"><tr><td><pre class="BBcode"><br>Set control5 = CommandBars.ActiveMenuBar.Controls.Add(xtpControlPopup, 5, mnu_5)<br>&nbsp;&nbsp;&nbsp; With control5.CommandBar.Controls<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Add xtpControlButton, 5111, mnu_5111<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Add xtpControlButton, 5122, mnu_5122<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Set control5 = .Add(xtpControlPopup, 51, mnu_51)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; With control5.CommandBar.Controls<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Add xtpControlButton, 5211, mnu_5211<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Add xtpControlButton, 5222, mnu_5222<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Set control5 = .Add(xtpControlPopup, 512, mnu_512)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; With control5.CommandBar.Controls<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Add xtpControlButton, 5311, mnu_5311<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Add xtpControlButton, 5322, mnu_5322<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Set control5 = .Add(xtpControlPopup, 513, mnu_513)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; With control5.CommandBar.Controls<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Add xtpControlButton, 5411,mnu_5411<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Add xtpControlButton, 5422,mnu_5422<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Set control5 =.Add(xtpControlPopup, 514, mnu_514)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; With control5.CommandBar.Controls<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .AddxtpControlButton, 5511, mnu_5511<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .AddxtpControlButton, 5512, mnu_5512<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .AddxtpControlButton, 5513, mnu_5513<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End With<br>End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Control = control5.CommandBar.Controls.Add(xtpControlPopup, 521, mnu_521)<br>&nbsp;&nbsp;&nbsp; Control.BeginGroup = True<br></pre></td></tr></table><br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Fri, 15 Oct 2004 12:52:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1287&amp;PID=3519&amp;title=how-to-add-menu-level-4#3519</guid>
  </item> 
  <item>
   <title><![CDATA[How to add menu level 4 ? : How to add menu level 4 ?  Set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1287&amp;PID=3518&amp;title=how-to-add-menu-level-4#3518</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=774">hoanganh</a><br /><strong>Subject:</strong> 1287<br /><strong>Posted:</strong> 15 October 2004 at 12:36pm<br /><br /><P>How to add menu level 4 ?</P><P>&nbsp;&nbsp;&nbsp; Set Control5 = CommandBars.ActiveMenuBar.Controls.Add(xtpControlPopup, 5, mnu_5)<BR>&nbsp;&nbsp;&nbsp; With Control5.CommandBar.Controls<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control5 = .Add(xtpControlPopup, 51, mnu_51)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control5.CommandBar.Controls.Add xtpControlButton, 511, mnu_511<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control5.CommandBar.Controls.Add xtpControlButton, 512, mnu_512<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control5.CommandBar.Controls.Add xtpControlButton, 513, mnu_513<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control5.CommandBar.Controls.Add xtpControlButton, 514, mnu_514<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control5 = .Add(xtpControlPopup, 52, mnu_52)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control5.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = Control5.CommandBar.Controls.Add(xtpControlPopup, 521, mnu_521)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.BeginGroup = True</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ??? mnu_5211</P><span style="font-size:10px"><br /><br />Edited by hoanganh</span>]]>
   </description>
   <pubDate>Fri, 15 Oct 2004 12:36:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1287&amp;PID=3518&amp;title=how-to-add-menu-level-4#3518</guid>
  </item> 
 </channel>
</rss>