<?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 : [Closed] Menu Title</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : [Closed] Menu Title]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 14:58:52 +0000</pubDate>
  <lastBuildDate>Mon, 08 Jan 2007 03:21:14 +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=6022</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[[Closed] Menu Title : Hi, CXTPCommandBar. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6022&amp;PID=18977&amp;title=closed-menu-title#18977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6022<br /><strong>Posted:</strong> 08 January 2007 at 3:21am<br /><br />Hi,<DIV>CXTPCommandBar.</DIV>]]>
   </description>
   <pubDate>Mon, 08 Jan 2007 03:21:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6022&amp;PID=18977&amp;title=closed-menu-title#18977</guid>
  </item> 
  <item>
   <title><![CDATA[[Closed] Menu Title :     oleg wrote:Hi,  it is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6022&amp;PID=18956&amp;title=closed-menu-title#18956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 6022<br /><strong>Posted:</strong> 07 January 2007 at 11:17am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><p>Hi,</p><div>&nbsp;</div><div>it is the caption of popup item in menu template:</div><div>&nbsp;</div><div>&nbsp;</div><div><br>IDR_CONTEXT_MENU MENU DISCARDABLE <br>BEGIN<br>&nbsp;&nbsp;&nbsp; <strong>POPUP "&amp;Context Menu"</strong><br>&nbsp;&nbsp;&nbsp; BEGIN<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Undo\tCtrl+Z",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EDIT_UNDO<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "Cu&amp;t\tCtrl+X",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EDIT_CUT<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Copy\tCtrl+C",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EDIT_COPY<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Paste\tCtrl+V",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EDIT_PASTE<br>&nbsp;&nbsp;&nbsp; END<br>END</div><div>&nbsp;</div><div>&nbsp;</div><div>if you create it dynamically you can call</div><div>&nbsp;</div><div>pPopup-&gt;SetTitle(...) where pPopup is return of Add method.</div><div>&nbsp;</div></td></tr></table><br>Hi Oleg,<br><br>Many thanks - what class is pPopup (guess I can find that myself) ?<br>]]>
   </description>
   <pubDate>Sun, 07 Jan 2007 11:17:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6022&amp;PID=18956&amp;title=closed-menu-title#18956</guid>
  </item> 
  <item>
   <title><![CDATA[[Closed] Menu Title : Hi,  it is the caption of popup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6022&amp;PID=18954&amp;title=closed-menu-title#18954</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6022<br /><strong>Posted:</strong> 07 January 2007 at 11:05am<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>it is the caption of popup item in menu template:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><BR>IDR_CONTEXT_MENU MENU DISCARDABLE <BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; <strong>POPUP "&amp;Context Menu"</strong><BR>&nbsp;&nbsp;&nbsp; BEGIN<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Undo\tCtrl+Z",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EDIT_UNDO<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "Cu&amp;t\tCtrl+X",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EDIT_CUT<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Copy\tCtrl+C",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EDIT_COPY<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Paste\tCtrl+V",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EDIT_PASTE<BR>&nbsp;&nbsp;&nbsp; END<BR>END</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>if you create it dynamically you can call</DIV><DIV>&nbsp;</DIV><DIV>pPopup-&gt;SetTitle(...) where pPopup is return of Add method.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 07 Jan 2007 11:05:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6022&amp;PID=18954&amp;title=closed-menu-title#18954</guid>
  </item> 
  <item>
   <title><![CDATA[[Closed] Menu Title :  Hi All,In the latest release...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6022&amp;PID=18950&amp;title=closed-menu-title#18950</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 6022<br /><strong>Posted:</strong> 07 January 2007 at 5:33am<br /><br />Hi All,<br><br>In the latest release how did you add a title to the context menu - I would really like to have this for my popups? Please point me at the code used to create this :-)<br><br>At the moment I just create a CMenu dynamically, adding a title would really help me (and my users).<br><br><img src="uploads/20070107_053252_Jock004.jpg" height="413" width="431" border="0"><br>]]>
   </description>
   <pubDate>Sun, 07 Jan 2007 05:33:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6022&amp;PID=18950&amp;title=closed-menu-title#18950</guid>
  </item> 
 </channel>
</rss>