<?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 : edit commandbar item</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : edit commandbar item]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:15:55 +0000</pubDate>
  <lastBuildDate>Sun, 10 Aug 2008 01:09:45 +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=11776</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[edit commandbar item : thank you jpbro.  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11776&amp;PID=39674&amp;title=edit-commandbar-item#39674</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 11776<br /><strong>Posted:</strong> 10 August 2008 at 1:09am<br /><br />thank you&nbsp; <a href="member_profile.asp?PF=2676&amp;FID=116" target="_blank">jpbro</a>.<img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><br><img src="http://forum.codejock.com/smileys/smiley17.gif" border="0" align="absmiddle"><br><br>]]>
   </description>
   <pubDate>Sun, 10 Aug 2008 01:09:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11776&amp;PID=39674&amp;title=edit-commandbar-item#39674</guid>
  </item> 
  <item>
   <title><![CDATA[edit commandbar item : If you are using Actions, you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11776&amp;PID=39664&amp;title=edit-commandbar-item#39664</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 11776<br /><strong>Posted:</strong> 09 August 2008 at 11:20am<br /><br />If you are using Actions, you can change all instances of the caption as follows:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.CommandBars1.Actions(ID_NUMBER).Caption = "New Form"<br></pre></td></tr></table><br><br>Where ID_NUMBER is the ID of the command bar item.<br><br>If you aren't using actions, you can use FindControl (works best when there is only one item with the ID you are looking for:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.CommandBars1.FindControl(, ID_NUMBER, , True).Caption = "New Form"<br></pre></td></tr></table><br><br>Alternately, when adding your control you can assign it to a module level variable (e.g. Set mobjNew = Me.CommandBars1.Add("Standard", xtpBarTop).Controls.Add(xtpControlLabel ID_NUMBER, "") ) and then change the caption of that variable (e.g. mobjNew.Caption = "New Form")<br><br><br>]]>
   </description>
   <pubDate>Sat, 09 Aug 2008 11:20:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11776&amp;PID=39664&amp;title=edit-commandbar-item#39664</guid>
  </item> 
  <item>
   <title><![CDATA[edit commandbar item : hi. how edit the commandbar`s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11776&amp;PID=39655&amp;title=edit-commandbar-item#39655</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4045">mozaheb</a><br /><strong>Subject:</strong> 11776<br /><strong>Posted:</strong> 09 August 2008 at 2:55am<br /><br />hi. <br>how edit the commandbar`s Item?<br>i have menubar with commandbar component. now i need to edit this menu item.<br>examole:<br>first:&nbsp; i have: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; file&gt;new&gt;new project<br>second : i need edit to :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; file&gt; new&gt;new form<br><br>please answer to my question. <br>thanks&nbsp; <br>]]>
   </description>
   <pubDate>Sat, 09 Aug 2008 02:55:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11776&amp;PID=39655&amp;title=edit-commandbar-item#39655</guid>
  </item> 
 </channel>
</rss>