<?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: Non-blocking keyboard input in C#</title>
	<atom:link href="http://www.dutton.me.uk/2009/02/24/non-blocking-keyboard-input-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dutton.me.uk/2009/02/24/non-blocking-keyboard-input-in-c/</link>
	<description>Software Engineering, Photography, Travel, Stuff...</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:31:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: richard</title>
		<link>http://www.dutton.me.uk/2009/02/24/non-blocking-keyboard-input-in-c/comment-page-1/#comment-12484</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Thu, 29 Dec 2011 09:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutton.me.uk/?p=109#comment-12484</guid>
		<description>Hi Cherry, 
&quot;KeyAvailable&quot;, &quot;ConsoleKeyInfo&quot; and &quot;ReadKey&quot; are all in the System namespace in the mscorlib assembly but you would normally be using that anyway in your code. Could you paste some example code here for me to see where your problem is?
Rich</description>
		<content:encoded><![CDATA[<p>Hi Cherry,<br />
&#8220;KeyAvailable&#8221;, &#8220;ConsoleKeyInfo&#8221; and &#8220;ReadKey&#8221; are all in the System namespace in the mscorlib assembly but you would normally be using that anyway in your code. Could you paste some example code here for me to see where your problem is?<br />
Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cherry</title>
		<link>http://www.dutton.me.uk/2009/02/24/non-blocking-keyboard-input-in-c/comment-page-1/#comment-12483</link>
		<dc:creator>cherry</dc:creator>
		<pubDate>Wed, 28 Dec 2011 14:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutton.me.uk/?p=109#comment-12483</guid>
		<description>hey, i copy and paste the codes.. but the words &quot;KeyAvailable&quot;, &quot;ConsoleKeyInfo&quot; and &quot;ReadKey&quot; have errors.. I want to ask whether is it because you must import something or add reference?</description>
		<content:encoded><![CDATA[<p>hey, i copy and paste the codes.. but the words &#8220;KeyAvailable&#8221;, &#8220;ConsoleKeyInfo&#8221; and &#8220;ReadKey&#8221; have errors.. I want to ask whether is it because you must import something or add reference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gbozoki</title>
		<link>http://www.dutton.me.uk/2009/02/24/non-blocking-keyboard-input-in-c/comment-page-1/#comment-12481</link>
		<dc:creator>Gbozoki</dc:creator>
		<pubDate>Fri, 11 Nov 2011 03:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutton.me.uk/?p=109#comment-12481</guid>
		<description>Unfortunately this prevents the input/output from being redirected.</description>
		<content:encoded><![CDATA[<p>Unfortunately this prevents the input/output from being redirected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tulasi</title>
		<link>http://www.dutton.me.uk/2009/02/24/non-blocking-keyboard-input-in-c/comment-page-1/#comment-12375</link>
		<dc:creator>Tulasi</dc:creator>
		<pubDate>Wed, 02 Feb 2011 21:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutton.me.uk/?p=109#comment-12375</guid>
		<description>Great code .....Thank you</description>
		<content:encoded><![CDATA[<p>Great code &#8230;..Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.dutton.me.uk/2009/02/24/non-blocking-keyboard-input-in-c/comment-page-1/#comment-12080</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 09 Jan 2011 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutton.me.uk/?p=109#comment-12080</guid>
		<description>Thank you! I was trying to understand how to use KeyAvailable in combination with ReadKey and this cleared it right up. Thanks</description>
		<content:encoded><![CDATA[<p>Thank you! I was trying to understand how to use KeyAvailable in combination with ReadKey and this cleared it right up. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dish</title>
		<link>http://www.dutton.me.uk/2009/02/24/non-blocking-keyboard-input-in-c/comment-page-1/#comment-11974</link>
		<dc:creator>Dish</dc:creator>
		<pubDate>Sun, 02 Jan 2011 17:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutton.me.uk/?p=109#comment-11974</guid>
		<description>Thank you for your code.</description>
		<content:encoded><![CDATA[<p>Thank you for your code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

