<?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"
	>
<channel>
	<title>Comments on: Windows Forms – Simulate Tab with Enter Key</title>
	<atom:link href="http://blog.gadodia.net/windows-forms-simulate-tab-with-enter-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gadodia.net/windows-forms-simulate-tab-with-enter-key/</link>
	<description>"... tech .... fun .. bizarre ... india .... pictures ..... anything in the world ...."</description>
	<pubDate>Fri, 09 Jan 2009 13:32:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Tim</title>
		<link>http://blog.gadodia.net/windows-forms-simulate-tab-with-enter-key/#comment-10346</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 04 Nov 2008 20:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gadodia.net/index.php/archives/windows-forms-simulate-tab-with-enter-key/#comment-10346</guid>
		<description>I like this way better.  The test will work whether you use KeyCode or KeyData, but using sendkeys will prevent a loop if you happen to be throwing a messagebox on exit of the control.

If e.KeyCode = Keys.Enter Then
    SendKeys.Send("{TAB}")
End If</description>
		<content:encoded><![CDATA[<p>I like this way better.  The test will work whether you use KeyCode or KeyData, but using sendkeys will prevent a loop if you happen to be throwing a messagebox on exit of the control.</p>
<p>If e.KeyCode = Keys.Enter Then<br />
    SendKeys.Send(&#8221;{TAB}&#8221;)<br />
End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesh</title>
		<link>http://blog.gadodia.net/windows-forms-simulate-tab-with-enter-key/#comment-6900</link>
		<dc:creator>Venkatesh</dc:creator>
		<pubDate>Wed, 26 Sep 2007 13:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gadodia.net/index.php/archives/windows-forms-simulate-tab-with-enter-key/#comment-6900</guid>
		<description>Good one which I was looking for. Thanks.

Venkatesh</description>
		<content:encoded><![CDATA[<p>Good one which I was looking for. Thanks.</p>
<p>Venkatesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
