<?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: The Proper Way to Show the Wait Cursor</title>
	<atom:link href="http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/</link>
	<description>C# Information, Code, Tips and News</description>
	<lastBuildDate>Sat, 13 Mar 2010 00:13:45 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Danny</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-5390</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-5390</guid>
		<description>When I use: 

Application.UseWaitCursor = true;

Before I start a foreach which takes a wile the cursor does not change. For each object in the foreach I do some actions 

Using

Cursor.Current = Cursors.WaitCursor;

Does work

Any ideas
Danny</description>
		<content:encoded><![CDATA[<p>When I use: </p>
<p>Application.UseWaitCursor = true;</p>
<p>Before I start a foreach which takes a wile the cursor does not change. For each object in the foreach I do some actions </p>
<p>Using</p>
<p>Cursor.Current = Cursors.WaitCursor;</p>
<p>Does work</p>
<p>Any ideas<br />
Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-5381</link>
		<dc:creator>Ann</dc:creator>
		<pubDate>Fri, 12 Feb 2010 18:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-5381</guid>
		<description>Works perfectly!  I am so glad I found this simple solution when I couldn&#039;t get &quot;wrong way&quot; to work.</description>
		<content:encoded><![CDATA[<p>Works perfectly!  I am so glad I found this simple solution when I couldn't get "wrong way" to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-5279</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 15 Sep 2009 03:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-5279</guid>
		<description>Mate.... You legend.
I guess I was lucky. The &quot;wrong way&quot; just was not working, so I had to find the &quot;right way&quot;.
Thanks</description>
		<content:encoded><![CDATA[<p>Mate&#8230;. You legend.<br />
I guess I was lucky. The "wrong way" just was not working, so I had to find the "right way".<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timm</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-5173</link>
		<dc:creator>timm</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-5173</guid>
		<description>Fixed, thanks!</description>
		<content:encoded><![CDATA[<p>Fixed, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-5171</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 22 Jun 2009 22:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-5171</guid>
		<description>The &quot;wrong way&quot; sample code should read:

Cursor.Current = Cursors.WaitCursor;</description>
		<content:encoded><![CDATA[<p>The "wrong way" sample code should read:</p>
<p>Cursor.Current = Cursors.WaitCursor;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaud</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-4545</link>
		<dc:creator>Renaud</dc:creator>
		<pubDate>Wed, 22 Apr 2009 12:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-4545</guid>
		<description>My saviour... :)</description>
		<content:encoded><![CDATA[<p>My saviour&#8230; <img src='http://www.csharp411.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-4542</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 20 Apr 2009 06:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-4542</guid>
		<description>+1</description>
		<content:encoded><![CDATA[<p>+1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vick</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-4539</link>
		<dc:creator>Vick</dc:creator>
		<pubDate>Wed, 15 Apr 2009 06:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-4539</guid>
		<description>thnx....great tip</description>
		<content:encoded><![CDATA[<p>thnx&#8230;.great tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/comment-page-1/#comment-4527</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 07 Apr 2009 08:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/the-proper-way-to-show-the-wait-cursor/#comment-4527</guid>
		<description>A great tip! Simple, yet very useful.</description>
		<content:encoded><![CDATA[<p>A great tip! Simple, yet very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
