<?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: Output To Console In Windows Forms Application</title>
	<atom:link href="http://www.thereforesystems.com/output-to-console-in-windows-forms-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/</link>
	<description>a learning effort by Deepak Kapoor</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:29:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-204462</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 15 Dec 2011 14:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-204462</guid>
		<description>When closing the allocated console it causes the termination of the main application.
Is there a way to prevent it?</description>
		<content:encoded><![CDATA[<p>When closing the allocated console it causes the termination of the main application.<br />
Is there a way to prevent it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pantelis</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-168311</link>
		<dc:creator>Pantelis</dc:creator>
		<pubDate>Wed, 28 Sep 2011 16:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-168311</guid>
		<description>Guys can someone transfer this to c++ ?</description>
		<content:encoded><![CDATA[<p>Guys can someone transfer this to c++ ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sambo</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-150335</link>
		<dc:creator>Sambo</dc:creator>
		<pubDate>Sat, 20 Aug 2011 03:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-150335</guid>
		<description>Thanks Deepak, good work</description>
		<content:encoded><![CDATA[<p>Thanks Deepak, good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-126908</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Wed, 06 Jul 2011 23:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-126908</guid>
		<description>OMFG, thanks and I gladly accept the medal :)</description>
		<content:encoded><![CDATA[<p>OMFG, thanks and I gladly accept the medal :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OMFG</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-126756</link>
		<dc:creator>OMFG</dc:creator>
		<pubDate>Wed, 06 Jul 2011 13:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-126756</guid>
		<description>You, sir, deserve a medal.

I&#039;ve been to 5 different sites where people invent the most cumbersome and enormous code to accomplish what you did in a simple and elegant manner.

Thank you.

Also thanks to pgn674 for the useful comment.</description>
		<content:encoded><![CDATA[<p>You, sir, deserve a medal.</p>
<p>I&#8217;ve been to 5 different sites where people invent the most cumbersome and enormous code to accomplish what you did in a simple and elegant manner.</p>
<p>Thank you.</p>
<p>Also thanks to pgn674 for the useful comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pgn674</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-34973</link>
		<dc:creator>pgn674</dc:creator>
		<pubDate>Tue, 07 Sep 2010 04:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-34973</guid>
		<description>This worked for me after I added
using System.Runtime.InteropServices;
Thanks for the how-to.</description>
		<content:encoded><![CDATA[<p>This worked for me after I added<br />
using System.Runtime.InteropServices;<br />
Thanks for the how-to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-22607</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Wed, 26 May 2010 23:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-22607</guid>
		<description>Bob, Thanks for your motivating comment.</description>
		<content:encoded><![CDATA[<p>Bob, Thanks for your motivating comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-22606</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 26 May 2010 23:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-22606</guid>
		<description>Thank you for publishing this solution. I have tried several different offered solution and yours is the only one the worked the very first time. Great job!</description>
		<content:encoded><![CDATA[<p>Thank you for publishing this solution. I have tried several different offered solution and yours is the only one the worked the very first time. Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-11515</link>
		<dc:creator>Akshay</dc:creator>
		<pubDate>Wed, 04 Nov 2009 09:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-11515</guid>
		<description>It worked.
Thanks !</description>
		<content:encoded><![CDATA[<p>It worked.<br />
Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://www.thereforesystems.com/output-to-console-in-windows-forms-application/comment-page-1/#comment-9457</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Thu, 17 Sep 2009 01:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereforesystems.com/output-to-console-in-windows-forms-application/#comment-9457</guid>
		<description>It is great. Very helpful
Thank you.</description>
		<content:encoded><![CDATA[<p>It is great. Very helpful<br />
Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

