<?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 : Accelerator keys in CXTPMenuBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Accelerator keys in CXTPMenuBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 00:35:01 +0000</pubDate>
  <lastBuildDate>Wed, 08 Apr 2009 10:59:29 +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=13330</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[Accelerator keys in CXTPMenuBar : Hi everyone.  Tested, it works. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13330&amp;PID=47686&amp;title=accelerator-keys-in-cxtpmenubar#47686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2347">Sergio</a><br /><strong>Subject:</strong> 13330<br /><strong>Posted:</strong> 08 April 2009 at 10:59am<br /><br />Hi everyone.<br /><br />Tested, it works.<br />]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 10:59:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13330&amp;PID=47686&amp;title=accelerator-keys-in-cxtpmenubar#47686</guid>
  </item> 
  <item>
   <title><![CDATA[Accelerator keys in CXTPMenuBar : Hi oleg.  Thanks! I wouldn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13330&amp;PID=45135&amp;title=accelerator-keys-in-cxtpmenubar#45135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3688">BobWansink</a><br /><strong>Subject:</strong> 13330<br /><strong>Posted:</strong> 04 February 2009 at 3:10pm<br /><br />Hi oleg.<DIV>&nbsp;</DIV><DIV>Thanks! I wouldn't have found that in a million years... I'll try it out first thing tomorrow.</DIV><DIV>&nbsp;</DIV><DIV>Bob</DIV>]]>
   </description>
   <pubDate>Wed, 04 Feb 2009 15:10:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13330&amp;PID=45135&amp;title=accelerator-keys-in-cxtpmenubar#45135</guid>
  </item> 
  <item>
   <title><![CDATA[Accelerator keys in CXTPMenuBar : Hi,  Call pCommandBars-&amp;gt;G...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13330&amp;PID=45128&amp;title=accelerator-keys-in-cxtpmenubar#45128</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13330<br /><strong>Posted:</strong> 04 February 2009 at 1:49pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Call pCommandBars-&gt;GetCommandBarsOptions()-&gt;bAutoUpdateShortcuts = FALSE;</DIV><DIV>&nbsp;</DIV><DIV>but your users won't be able customize keys.</DIV>]]>
   </description>
   <pubDate>Wed, 04 Feb 2009 13:49:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13330&amp;PID=45128&amp;title=accelerator-keys-in-cxtpmenubar#45128</guid>
  </item> 
  <item>
   <title><![CDATA[Accelerator keys in CXTPMenuBar : Hi all,I&amp;#039;m using the commandbars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13330&amp;PID=45123&amp;title=accelerator-keys-in-cxtpmenubar#45123</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3688">BobWansink</a><br /><strong>Subject:</strong> 13330<br /><strong>Posted:</strong> 04 February 2009 at 10:22am<br /><br />Hi all,<br><br>I'm using the commandbars in my <font face="Courier New, Courier, mono">CXTPFrameWnd </font>derived window. Since I want to create the menubar myself, I won't be loading the menu from a resource (the <font face="Courier New, Courier, mono">CXTPCommandBar::LoadMenuBar()</font> function), but from a CMenu * using <font face="Courier New, Courier, mono">CXTPCommandBar::LoadMenu()</font>. <br><br>Normally, my dialogs used <font face="Courier New, Courier, mono">CWnd::SetMenu()</font> to create the menu, and adding an option with a String like: "<font face="Courier New, Courier, mono">New\tCtrl + N</font>" would make a menu item with "<font face="Courier New, Courier, mono">New</font>" as option name (aligned left) and "<font face="Courier New, Courier, mono">Ctrl + N</font>" as it's shortcut key (aligned right). The LoadMenu function doesn't do this. Options with a tab in them are stripped of everything after the tab, so my users don't see the shortcut keys, only the option names.<br><br>LoadMenuBar does show the Shortcuts. I assume you're using the accelleratorkeys for this(?). Is it possible to get the shortcuts in menu's using the LoadMenu function?<br><br><br>Thanks a million!<br><br><br>Bob<br>]]>
   </description>
   <pubDate>Wed, 04 Feb 2009 10:22:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13330&amp;PID=45123&amp;title=accelerator-keys-in-cxtpmenubar#45123</guid>
  </item> 
 </channel>
</rss>