<?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: Asynchronous Control Updates In C#/.NET/WinForms</title>
	<atom:link href="http://lostechies.com/derickbailey/2011/01/24/asynchronous-control-updates-in-c-net-winforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2011/01/24/asynchronous-control-updates-in-c-net-winforms/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Wed, 19 Jun 2013 21:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: brettof86</title>
		<link>http://lostechies.com/derickbailey/2011/01/24/asynchronous-control-updates-in-c-net-winforms/#comment-3109</link>
		<dc:creator>brettof86</dc:creator>
		<pubDate>Tue, 12 Mar 2013 19:27:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2011/01/24/asynchronous-control-updates-in-c-net-winforms.aspx#comment-3109</guid>
		<description>This is brilliant. Thank you.</description>
		<content:encoded><![CDATA[<p>This is brilliant. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmboucher</title>
		<link>http://lostechies.com/derickbailey/2011/01/24/asynchronous-control-updates-in-c-net-winforms/#comment-2789</link>
		<dc:creator>dmboucher</dc:creator>
		<pubDate>Tue, 16 Oct 2012 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2011/01/24/asynchronous-control-updates-in-c-net-winforms.aspx#comment-2789</guid>
		<description>Excellent!  Many thanks!  Works very well!</description>
		<content:encoded><![CDATA[<p>Excellent!  Many thanks!  Works very well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://lostechies.com/derickbailey/2011/01/24/asynchronous-control-updates-in-c-net-winforms/#comment-1372</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 26 Jan 2011 14:30:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2011/01/24/asynchronous-control-updates-in-c-net-winforms.aspx#comment-1372</guid>
		<description>Why not use the SynchronizationContext instead see: http://msdn.microsoft.com/en-us/library/system.threading.synchronizationcontext.aspx
http://msdn.microsoft.com/en-us/library/system.windows.forms.windowsformssynchronizationcontext.aspx
Of course, this mean you need to have some kind of member for the context. Since the context needs to be &quot;set&quot; by e.g. the creating gui thread.
</description>
		<content:encoded><![CDATA[<p>Why not use the SynchronizationContext instead see: <a href="http://msdn.microsoft.com/en-us/library/system.threading.synchronizationcontext.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.threading.synchronizationcontext.aspx</a><br />
<a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.windowsformssynchronizationcontext.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.windows.forms.windowsformssynchronizationcontext.aspx</a><br />
Of course, this mean you need to have some kind of member for the context. Since the context needs to be &#8220;set&#8221; by e.g. the creating gui thread.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
