<?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 Change 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 Change menu item text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 20:04:03 +0000</pubDate>
  <lastBuildDate>Mon, 03 Apr 2006 04:53:20 +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=3543</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 Change menu item text : Hi, You need to handle it on...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3543&amp;PID=11890&amp;title=how-to-change-menu-item-text#11890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1726">Raj.krishnan</a><br /><strong>Subject:</strong> 3543<br /><strong>Posted:</strong> 03 April 2006 at 4:53am<br /><br /><P>Hi,</P><P>You need to handle it on ON_UPDATE_COMMAND_UI message for the particlar menu item</P><P>CCmdUI *pCmdUI will come in this message as argument</P><P>set the text using&nbsp;&nbsp;&nbsp;&nbsp; pCmdUI-&gt;SetText(CString);</P>]]>
   </description>
   <pubDate>Mon, 03 Apr 2006 04:53:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3543&amp;PID=11890&amp;title=how-to-change-menu-item-text#11890</guid>
  </item> 
  <item>
   <title><![CDATA[How to Change menu item text : I used to be able to get the CFrameWnd&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3543&amp;PID=10623&amp;title=how-to-change-menu-item-text#10623</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1418">DPDP</a><br /><strong>Subject:</strong> 3543<br /><strong>Posted:</strong> 20 January 2006 at 6:42pm<br /><br /><P>I used to be able to get the CFrameWnd's menu,&nbsp;and change one menu item text from "ABC" to "XYX" as follows</P><P>CMenu* pMenu = GetMenu();<BR>if (...)<BR>&nbsp;&nbsp;&nbsp;pMenu-&gt;ModifyMenu(ID_APP_ABOUT, MF_BYCOMMAND, ID_APP_ABOUT, "&amp;About&nbsp;ABC...");<BR>else&nbsp;&nbsp;&nbsp;&nbsp;// Rename menu item "About ABC..." to "&amp;About XYZ...".<BR>&nbsp;&nbsp;&nbsp;&nbsp;pMenu-&gt;ModifyMenu(ID_APP_ABOUT, MF_BYCOMMAND, ID_APP_ABOUT, "&amp;About XYZ...");<BR></P><P>How should I do&nbsp;using CXTPCommandBars?</P><P>Thanks,<BR>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 20 Jan 2006 18:42:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3543&amp;PID=10623&amp;title=how-to-change-menu-item-text#10623</guid>
  </item> 
 </channel>
</rss>