<?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 : Changing top Menu titles</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Changing top Menu titles]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 23:50:33 +0000</pubDate>
  <lastBuildDate>Tue, 06 Jul 2004 08:09:12 +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=850</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[Changing top Menu titles : Yes, I need to do it dynamically....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=850&amp;PID=2438&amp;title=changing-top-menu-titles#2438</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=536">Lucien</a><br /><strong>Subject:</strong> 850<br /><strong>Posted:</strong> 06 July 2004 at 8:09am<br /><br />Yes, I need to do it dynamically. It's for language translation on the fly using a text file. This file contains&nbsp;all the menu file names in diffenrent languages.]]>
   </description>
   <pubDate>Tue, 06 Jul 2004 08:09:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=850&amp;PID=2438&amp;title=changing-top-menu-titles#2438</guid>
  </item> 
  <item>
   <title><![CDATA[Changing top Menu titles : Do you really need to do this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=850&amp;PID=2432&amp;title=changing-top-menu-titles#2432</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=312">ICBM</a><br /><strong>Subject:</strong> 850<br /><strong>Posted:</strong> 05 July 2004 at 5:21pm<br /><br />Do you really need to do this dynamically ? Why not just edit the .rc file ?]]>
   </description>
   <pubDate>Mon, 05 Jul 2004 17:21:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=850&amp;PID=2432&amp;title=changing-top-menu-titles#2432</guid>
  </item> 
  <item>
   <title><![CDATA[Changing top Menu titles : My menu is a CXTMenuBar declared...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=850&amp;PID=2430&amp;title=changing-top-menu-titles#2430</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=536">Lucien</a><br /><strong>Subject:</strong> 850<br /><strong>Posted:</strong> 05 July 2004 at 2:35pm<br /><br /><P>My menu is a CXTMenuBar declared like this:</P><P><FONT size=2>m_wndMenuBar.CreateEx(</FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !m_wndMenuBar.LoadMenuBar(IDR_GUI_VITYPE))</FONT></P><P><FONT size=2>The menu is created correclty. I&nbsp;tried also this with no success:</FONT></P><P><FONT size=2>m_wndMenuBar.GetMenu()-&gt;ModifyMenu(0, MF_BYPOSITION,&nbsp;0 , "Fichier");</FONT></P><P><FONT size=2>I want the first popup "File" to be renamed "Fichier".</FONT></P><P><FONT size=2>I&nbsp;looked on other Visual C++ forums for this answer and the above line of code is supposed to work. <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></FONT></P><P>Is there something different when the menu is a CXTMenuBar?</P>]]>
   </description>
   <pubDate>Mon, 05 Jul 2004 14:35:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=850&amp;PID=2430&amp;title=changing-top-menu-titles#2430</guid>
  </item> 
  <item>
   <title><![CDATA[Changing top Menu titles : I was woundering how to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=850&amp;PID=2231&amp;title=changing-top-menu-titles#2231</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=536">Lucien</a><br /><strong>Subject:</strong> 850<br /><strong>Posted:</strong> 16 June 2004 at 4:24pm<br /><br /><P><FONT face="Arial, Helvetica, sans-serif" size=2>I was woundering how to change the title of&nbsp;the top-menu items (File, Edit, View,&nbsp;Help...)</FONT></P><P><FONT face="Arial, Helvetica, sans-serif" size=2>I know the code for changing items included in the diffrent menus:</FONT></P><FONT color=#0066ff><P><FONT face="Arial, Helvetica, sans-serif" size=2> m_wndMenuBar.GetMenu()-&gt;GetSubMenu(0)-&gt;ModifyMenu(ID_F ILE_NEW, MF_BYCOMMAND, ID_FILE_NEW,"Nouveau");</FONT></P><P><FONT face="Arial, Helvetica, sans-serif" color=#000000 size=2>I have tried the following but with no succes:</FONT></P><FONT size=2><P>m_wndMenuBar.GetMenu()-&gt;ModifyMenu(0, MF_BYPOSITION, MF_POPUP , "Fichier");</P><P><FONT face=Arial color=#000000>Can a top menu title&nbsp;be changed or we haft to destroy and recreate the menu?</FONT></P></FONT></FONT>]]>
   </description>
   <pubDate>Wed, 16 Jun 2004 16:24:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=850&amp;PID=2231&amp;title=changing-top-menu-titles#2231</guid>
  </item> 
 </channel>
</rss>