<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Implementing multi-threading in WinForms using the BackgroundWorker class</title>
	<atom:link href="http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/</link>
	<description>Fernando Felman's thoughts on software development</description>
	<lastBuildDate>Sun, 27 Sep 2009 08:17:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fernando Felman</title>
		<link>http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3430</link>
		<dc:creator>Fernando Felman</dc:creator>
		<pubDate>Wed, 01 Oct 2008 21:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3430</guid>
		<description>Hi Wei,
I&#039;m not sure I understand your question - can you please clarify what you&#039;re trying to achieve?
This technique can be used on any implementation including WinForm, WebForm and even Console applications (though you&#039;ll have to manually set the properties - the designer won&#039;t be always supported by the IDE) so the usage of this class in a modeless form should be supported.

Cheers,
F</description>
		<content:encoded><![CDATA[<p>Hi Wei,<br />
I&#8217;m not sure I understand your question &#8211; can you please clarify what you&#8217;re trying to achieve?<br />
This technique can be used on any implementation including WinForm, WebForm and even Console applications (though you&#8217;ll have to manually set the properties &#8211; the designer won&#8217;t be always supported by the IDE) so the usage of this class in a modeless form should be supported.</p>
<p>Cheers,<br />
F</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wei</title>
		<link>http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3429</link>
		<dc:creator>Wei</dc:creator>
		<pubDate>Wed, 01 Oct 2008 18:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3429</guid>
		<description>Hi,
Is there any way to make it wroks on modeless winform?
Thanks.
Wei</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is there any way to make it wroks on modeless winform?<br />
Thanks.<br />
Wei</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Felman</title>
		<link>http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3413</link>
		<dc:creator>Fernando Felman</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3413</guid>
		<description>demonrush,
you&#039;re absolutely right. well spot!
the only reason i can give for the thread not being idle is that i coded that on multi-core cpu which gave me more power to handle events.

oh well, the good thing is that the concept is understood. :)

cheers!</description>
		<content:encoded><![CDATA[<p>demonrush,<br />
you&#8217;re absolutely right. well spot!<br />
the only reason i can give for the thread not being idle is that i coded that on multi-core cpu which gave me more power to handle events.</p>
<p>oh well, the good thing is that the concept is understood. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demonrush</title>
		<link>http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3412</link>
		<dc:creator>demonrush</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3412</guid>
		<description>Sir, I think you forgot to sleep the thread. cmiiw

thx for this article.</description>
		<content:encoded><![CDATA[<p>Sir, I think you forgot to sleep the thread. cmiiw</p>
<p>thx for this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3405</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3405</guid>
		<description>Thank you very much, that was very helpful, exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thank you very much, that was very helpful, exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajiv</title>
		<link>http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3395</link>
		<dc:creator>Rajiv</dc:creator>
		<pubDate>Thu, 24 Apr 2008 20:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/#comment-3395</guid>
		<description>Hi,

Thank you very much. The article was very helpful.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you very much. The article was very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
