<?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 : Handling Keyboard input....</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Handling Keyboard input....]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 09:30:56 +0000</pubDate>
  <lastBuildDate>Mon, 19 Sep 2005 10:22:48 +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=2916</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[Handling Keyboard input.... : Well....as this forum was SO budding...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2916&amp;PID=8676&amp;title=handling-keyboard-input#8676</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1176">Kevin6</a><br /><strong>Subject:</strong> 2916<br /><strong>Posted:</strong> 19 September 2005 at 10:22am<br /><br /><P>Well....as this forum was SO budding with ideas <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0">- I thought I would post back the result.</P><P>Subclassing the control didn't work as my code for expanding and collapsing the grid contents were held at the pane level.</P><P>The easiest solution was to track all keyboard presses that were handled by the Pane and then instruct the grid to Expand or Contract.</P><P>Using PreTranslate Message seems really robust... WM_CHAR was useless - OnCharToItem sort of worked (Expanded the grid but then when it lost focus you couldn't Collapse it)....</P><P>Rich</P>]]>
   </description>
   <pubDate>Mon, 19 Sep 2005 10:22:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2916&amp;PID=8676&amp;title=handling-keyboard-input#8676</guid>
  </item> 
  <item>
   <title><![CDATA[Handling Keyboard input.... : Dear All, I want to be able to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2916&amp;PID=8675&amp;title=handling-keyboard-input#8675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1176">Kevin6</a><br /><strong>Subject:</strong> 2916<br /><strong>Posted:</strong> 19 September 2005 at 4:39am<br /><br /><P>Dear All,</P><P>I want to be able to have my control expand and collapse its contents on the key press by the user. Cntrl A and Cntrl D. </P><P>This is working fine if the CXTPPropertyGridView is collapsed as the top level window is getting the messages.</P><P>Once the contents of the CXTPPropertyGridView control&nbsp;are expanded it no longer gets the messages co-herently. It seems that all keyboard events are not directed to the CXTPPropertyGridView.</P><P>Other than subclassing - can anyone suggest a reasonable solution for catching keyboard events?</P><P>(Specifically - can I re-wire keyboard events to the parent class?)</P><P>regards</P><P>Richard.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 19 Sep 2005 04:39:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2916&amp;PID=8675&amp;title=handling-keyboard-input#8675</guid>
  </item> 
 </channel>
</rss>