<?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: Tip: Easily Automating use of WaitCursor</title>
	<atom:link href="http://www.philosophicalgeek.com/2008/02/22/tip-easily-using-waitcursor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philosophicalgeek.com/2008/02/22/tip-easily-using-waitcursor/</link>
	<description>Code and musings by Ben Watson</description>
	<lastBuildDate>Sat, 04 Feb 2012 04:16:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ovidiu</title>
		<link>http://www.philosophicalgeek.com/2008/02/22/tip-easily-using-waitcursor/comment-page-1/#comment-33982</link>
		<dc:creator>Ovidiu</dc:creator>
		<pubDate>Wed, 27 Feb 2008 01:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.philosophicalgeek.com/2008/02/22/tip-easily-using-waitcursor/#comment-33982</guid>
		<description>Why not do like this? 

using (Cursors.WaitCursor)
{
       //do work
}

The only improvement of your code is managing the cursor on an object basis. But while your application loads it keeps  the main thread locked. So I doubt there are any improvements in user friendly-ness.
If you are loading something in the background then you don&#039;t need the WaitCursor, do you?</description>
		<content:encoded><![CDATA[<p>Why not do like this? </p>
<p>using (Cursors.WaitCursor)<br />
{<br />
       //do work<br />
}</p>
<p>The only improvement of your code is managing the cursor on an object basis. But while your application loads it keeps  the main thread locked. So I doubt there are any improvements in user friendly-ness.<br />
If you are loading something in the background then you don&#8217;t need the WaitCursor, do you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

