<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: See All Key Events with KeyPreview</title>
	<atom:link href="http://www.csharp411.com/see-all-key-events-with-keypreview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/see-all-key-events-with-keypreview/</link>
	<description>C# Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Andishe</title>
		<link>http://www.csharp411.com/see-all-key-events-with-keypreview/#comment-622</link>
		<dc:creator>Andishe</dc:creator>
		<pubDate>Tue, 15 Feb 2011 13:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/see-all-key-events-with-keypreview/#comment-622</guid>
		<description>hi
I have an application that has a lot of component in it. i dont know how to use keyboard in it.
example when i press Alt+f1 in application , i do something</description>
		<content:encoded><![CDATA[<p>hi<br />
I have an application that has a lot of component in it. i dont know how to use keyboard in it.<br />
example when i press Alt+f1 in application , i do something</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Declat</title>
		<link>http://www.csharp411.com/see-all-key-events-with-keypreview/#comment-621</link>
		<dc:creator>Chris Declat</dc:creator>
		<pubDate>Sun, 05 Dec 2010 19:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/see-all-key-events-with-keypreview/#comment-621</guid>
		<description>The &quot;e.Handled = true;&quot;-line doesn&#039;t act as described. To prevent the computer from beeping, you should add the following line instead:

e.SuppressKeyPress = true;</description>
		<content:encoded><![CDATA[<p>The &#8220;e.Handled = true;&#8221;-line doesn&#8217;t act as described. To prevent the computer from beeping, you should add the following line instead:</p>
<p>e.SuppressKeyPress = true;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg Cleland</title>
		<link>http://www.csharp411.com/see-all-key-events-with-keypreview/#comment-620</link>
		<dc:creator>Gregg Cleland</dc:creator>
		<pubDate>Sun, 10 May 2009 16:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/see-all-key-events-with-keypreview/#comment-620</guid>
		<description>Hi and thanks for this info. I needed to know how to handle up and down arrow events for use with ListViews. It&#039;s working sweetly, better than the default behavior.

Gregg Cleland</description>
		<content:encoded><![CDATA[<p>Hi and thanks for this info. I needed to know how to handle up and down arrow events for use with ListViews. It&#8217;s working sweetly, better than the default behavior.</p>
<p>Gregg Cleland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.csharp411.com/see-all-key-events-with-keypreview/#comment-619</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Sat, 08 Nov 2008 18:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/see-all-key-events-with-keypreview/#comment-619</guid>
		<description>Thanks, I now know how to have keyboard shortcuts in my program.</description>
		<content:encoded><![CDATA[<p>Thanks, I now know how to have keyboard shortcuts in my program.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

