<?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 modify menu item text</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How to modify menu item text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 21:25:41 +0000</pubDate>
  <lastBuildDate>Thu, 14 May 2009 06:27:22 +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=14260</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 modify menu item text : Thanks you very much! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48981&amp;title=how-to-modify-menu-item-text#48981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5220">ld88888</a><br /><strong>Subject:</strong> 14260<br /><strong>Posted:</strong> 14 May 2009 at 6:27am<br /><br />Thanks you very much!]]>
   </description>
   <pubDate>Thu, 14 May 2009 06:27:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48981&amp;title=how-to-modify-menu-item-text#48981</guid>
  </item> 
  <item>
   <title><![CDATA[How to modify menu item text : For example Samples\CommandBars\Notificationsuses...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48913&amp;title=how-to-modify-menu-item-text#48913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14260<br /><strong>Posted:</strong> 12 May 2009 at 3:38pm<br /><br />For example Samples\CommandBars\Notifications&nbsp;uses code to add controls dynamically.<DIV>&nbsp;</DIV><DIV>You need somehing like</DIV><DIV>&nbsp;</DIV><DIV>pMenuBar-&gt;GetControl(0)-&gt;SetCaption("new Caption")</DIV><DIV><DIV>or</DIV><DIV>pMenuBar-&gt;GetControl(0)-&gt;GetCommandBar()-&gt;GetControl(0)-&gt;SetCaption("new Caption")</DIV><DIV>&nbsp;</DIV><DIV>see CXTPControls/CXTPControl class description for details.</DIV></DIV>]]>
   </description>
   <pubDate>Tue, 12 May 2009 15:38:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48913&amp;title=how-to-modify-menu-item-text#48913</guid>
  </item> 
  <item>
   <title><![CDATA[How to modify menu item text : please tell me which sample can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48905&amp;title=how-to-modify-menu-item-text#48905</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5220">ld88888</a><br /><strong>Subject:</strong> 14260<br /><strong>Posted:</strong> 12 May 2009 at 11:04am<br /><br /><P>please tell me which sample can achieve this function?</P><P>all over the samples I have run, but I haven't found the fit one.</P>]]>
   </description>
   <pubDate>Tue, 12 May 2009 11:04:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48905&amp;title=how-to-modify-menu-item-text#48905</guid>
  </item> 
  <item>
   <title><![CDATA[How to modify menu item text : Hi,  Please check samples in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48884&amp;title=how-to-modify-menu-item-text#48884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14260<br /><strong>Posted:</strong> 12 May 2009 at 2:14am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Please check samples in CommandBars folder. They have all you need.</DIV>]]>
   </description>
   <pubDate>Tue, 12 May 2009 02:14:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48884&amp;title=how-to-modify-menu-item-text#48884</guid>
  </item> 
  <item>
   <title><![CDATA[How to modify menu item text : OnCreate Function:  CXTPCommandBars*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48844&amp;title=how-to-modify-menu-item-text#48844</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5220">ld88888</a><br /><strong>Subject:</strong> 14260<br /><strong>Posted:</strong> 11 May 2009 at 5:11am<br /><br />OnCreate Function:<DIV>&nbsp;</DIV><DIV>CXTPCommandBars* pCommandBars = GetCommandBars();<BR>&nbsp;if(pCommandBars == NULL)<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create command bars object.\n");<BR>&nbsp;&nbsp;return -1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // fail to create<BR>&nbsp;}</DIV><DIV>&nbsp;</DIV><DIV>CXTPCommandBar* pMenuBar = pCommandBars-&gt;SetMenu(_T("Menu Bar"), IDR_MAINFRAME);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>How to modify menu Item text? </DIV>]]>
   </description>
   <pubDate>Mon, 11 May 2009 05:11:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14260&amp;PID=48844&amp;title=how-to-modify-menu-item-text#48844</guid>
  </item> 
 </channel>
</rss>