<?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 : Menu hot key doesn&#039;t appear</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Menu hot key doesn&#039;t appear]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 00:03:18 +0000</pubDate>
  <lastBuildDate>Mon, 28 Jan 2008 07:12:00 +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=9422</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[Menu hot key doesn&#039;t appear : Thanks, I will try it.  &amp;#1057...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9422&amp;PID=30551&amp;title=menu-hot-key-doesnt-appear#30551</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3698">Void666</a><br /><strong>Subject:</strong> 9422<br /><strong>Posted:</strong> 28 January 2008 at 7:12am<br /><br />Thanks, I will try it.<br /><br />&#1057;&#1087;&#1072;&#1089;&#1080;&#1073;&#1086; :)]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 07:12:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9422&amp;PID=30551&amp;title=menu-hot-key-doesnt-appear#30551</guid>
  </item> 
  <item>
   <title><![CDATA[Menu hot key doesn&#039;t appear : I very recommend instead of creating...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9422&amp;PID=30548&amp;title=menu-hot-key-doesnt-appear#30548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9422<br /><strong>Posted:</strong> 28 January 2008 at 7:02am<br /><br />I very recommend instead of creating HMENU and then convert it to CommandBar controls, create CommandBar controls at first.<DIV>&nbsp;</DIV><DIV>CXTPControl* pControl = GetControls()-&gt;Add(xtpControlButton,&nbsp; 0x0100);</DIV><DIV>pControl-&gt;SetCaption("Test Item");</DIV><DIV>pControl-&gt;SetDescription(...):</DIV><DIV>pControl-&gt;SetShortcutText(...);</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 07:02:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9422&amp;PID=30548&amp;title=menu-hot-key-doesnt-appear#30548</guid>
  </item> 
  <item>
   <title><![CDATA[Menu hot key doesn&#039;t appear : Hi,  Can you please explain following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9422&amp;PID=30544&amp;title=menu-hot-key-doesnt-appear#30544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3698">Void666</a><br /><strong>Subject:</strong> 9422<br /><strong>Posted:</strong> 28 January 2008 at 5:26am<br /><br />Hi,<br /><br />Can you please explain following issue:<br /><br />I am creating menu item manually using approximate following code in class derived from <strong>CXTPMenuBar</strong>:<br /><br />CMenu menu;<br />menu.CreateMenu();<br /><br />MENUITEMINFO mii;<br />memset( &mii, 0x0, sizeof(MENUITEMINFO) );<br /><br />static char* t1 = "Test Item\tCtrl+T";<br /><br />mii.cbSize = sizeof(MENUITEMINFO);<br />mii.fMask = MIIM_ID | MIIM_TYPE;<br />mii.dwItemData = (ULONG_PTR)item;<br />mii.wID = 0x0100;<br />mii.fType = MFT_STRING;<br />mii.dwTypeData = t1;<br />mii.cch = (UINT)strlen(t1);<br /><br />InsertMenuItem( menu.m_hMenu, 0x0100, FALSE, &mii );<br /><br />CXTPCommandBar::LoadMenu( &menu, TRUE );<br /><br />Result: text "Ctrl+T" doesn't appear in menu item. Why?<br /><br />Thanks!]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 05:26:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9422&amp;PID=30544&amp;title=menu-hot-key-doesnt-appear#30544</guid>
  </item> 
 </channel>
</rss>