<?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 : Accelerators in CXTPC&#111;ntrolComboBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Accelerators in CXTPC&#111;ntrolComboBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:09:45 +0000</pubDate>
  <lastBuildDate>Tue, 21 Sep 2004 07:09:06 +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=1195</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[Accelerators in CXTPC&#111;ntrolComboBox : Add to MainFrame: virtual BOOL...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1195&amp;PID=3195&amp;title=accelerators-in-cxtpcontrolcombobox#3195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1195<br /><strong>Posted:</strong> 21 September 2004 at 7:09am<br /><br /><P>Add to MainFrame:</P><P>&nbsp;virtual BOOL PreTranslateMessage(MSG* pMsg)<BR>&nbsp;{<BR>&nbsp;&nbsp;if ((pMsg-&gt;message &gt;= WM_KEYFIRST &amp;&amp; pMsg-&gt;message &lt;= WM_KEYLAST)<BR>&nbsp;&nbsp;&nbsp;&amp;&amp; (pMsg-&gt;wParam != VK_RETURN &amp;&amp; pMsg-&gt;wParam != VK_TAB &amp;&amp; pMsg-&gt;wParam != VK_ESCAPE))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;CWnd* pWnd = CWnd::GetFocus();<BR>&nbsp;&nbsp;&nbsp;if (pWnd &amp;&amp; pWnd-&gt;IsKindOf(RUNTIME_CLASS(CXTPEdit)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;return FALSE;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;return Base::PreTranslateMessage(pMsg))<BR>&nbsp;}</P>]]>
   </description>
   <pubDate>Tue, 21 Sep 2004 07:09:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1195&amp;PID=3195&amp;title=accelerators-in-cxtpcontrolcombobox#3195</guid>
  </item> 
  <item>
   <title><![CDATA[Accelerators in CXTPC&#111;ntrolComboBox : When i put CXTPControlComboBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1195&amp;PID=3190&amp;title=accelerators-in-cxtpcontrolcombobox#3190</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=741">Timur</a><br /><strong>Subject:</strong> 1195<br /><strong>Posted:</strong> 21 September 2004 at 5:23am<br /><br /><P>When i put CXTPControlComboBox control in my CommandBar with SetDropDownListStyle(TRUE)</P><P>When I am editing text in the combo box edit, main frame accelerators kick in so i cannot type any letter which is assigned as accelerator, isi there a simple way to disable them while typing in this combox box?</P><P>&nbsp;</P><P>Aslo how is it possible to Switch On/Off&nbsp;XTToolkitPro accelerators?</P><P>In original XTToolkit it was possible with this:</P><FONT color=#008000 size=2><P>CXTAccelManager &amp;accelManager = CXTAccelManager::Get();</P><P>accelManager.UpdateWindowAccelerator();</P></FONT>]]>
   </description>
   <pubDate>Tue, 21 Sep 2004 05:23:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1195&amp;PID=3190&amp;title=accelerators-in-cxtpcontrolcombobox#3190</guid>
  </item> 
 </channel>
</rss>