<?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 clone CommandBarFrame controls runtime?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How to clone CommandBarFrame controls runtime?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 00:22:34 +0000</pubDate>
  <lastBuildDate>Fri, 21 Sep 2007 03:56:49 +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=8039</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 clone CommandBarFrame controls runtime? : Ooops! Form2.ActiveMenuBar.Controls.AddControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8039&amp;PID=26259&amp;title=how-to-clone-commandbarframe-controls-runtime#26259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8039<br /><strong>Posted:</strong> 21 September 2007 at 3:56am<br /><br />Ooops!<br><br> Form2.ActiveMenuBar.Controls.<b>AddControl</b> &nbsp; Form1.ActiveMenuBar.Controls(i).Clone(True)<br><br>naturally.<br>]]>
   </description>
   <pubDate>Fri, 21 Sep 2007 03:56:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8039&amp;PID=26259&amp;title=how-to-clone-commandbarframe-controls-runtime#26259</guid>
  </item> 
  <item>
   <title><![CDATA[How to clone CommandBarFrame controls runtime? : I got it!Every MenuBarControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8039&amp;PID=26258&amp;title=how-to-clone-commandbarframe-controls-runtime#26258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8039<br /><strong>Posted:</strong> 21 September 2007 at 3:55am<br /><br />I got it!<br><br>Every MenuBarControl has method named Clone().<br><br>I does something like this:<br><br>for i = 1 to Form1.ActiveMenuBar.Controls.Count <br>&nbsp;&nbsp; Form2.ActiveMenuBar.Controls.Add&nbsp;&nbsp; Form1.ActiveMenuBar.Controls(i).Clone(True)<br>next i<br><br><br>]]>
   </description>
   <pubDate>Fri, 21 Sep 2007 03:55:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8039&amp;PID=26258&amp;title=how-to-clone-commandbarframe-controls-runtime#26258</guid>
  </item> 
  <item>
   <title><![CDATA[How to clone CommandBarFrame controls runtime? : Hi,Form1 has got CommandBarFrame...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8039&amp;PID=26015&amp;title=how-to-clone-commandbarframe-controls-runtime#26015</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8039<br /><strong>Posted:</strong> 17 September 2007 at 8:02am<br /><br />Hi,<br><br>Form1 has got CommandBarFrame with menu items created in design time.<br>Form2 has got CommandBarFrame without any menu items (it's empty).<br><br>I need programatically clone menu items from Form1 to Form2.<br><br>Any idea?<br>]]>
   </description>
   <pubDate>Mon, 17 Sep 2007 08:02:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8039&amp;PID=26015&amp;title=how-to-clone-commandbarframe-controls-runtime#26015</guid>
  </item> 
 </channel>
</rss>