PC Review


Reply
Thread Tools Rate Thread

Cursors.WaitCursor

 
 
=?Utf-8?B?bWdvbnphbGVzMw==?=
Guest
Posts: n/a
 
      26th Feb 2007
I am unable to find the documentation on rotating the WaitCursor.

----- code ---------

try
{
this.Cursor = Cursors.WaitCursor;
// more code
}
catch
{

}
finally
{
this.Cursor = Cursors.Default;
}



----- end code ----

Can someone point me in the right direction?

thanks.
 
Reply With Quote
 
 
 
 
Ashot Geodakov
Guest
Posts: n/a
 
      26th Feb 2007
Control Panel => Mouse => Pointers => Scheme => Windows Animated.

"mgonzales3" <(E-Mail Removed)> wrote in message
news:F0FD1CD7-EF55-4F72-AB0E-(E-Mail Removed)...
>I am unable to find the documentation on rotating the WaitCursor.
>
> ----- code ---------
>
> try
> {
> this.Cursor = Cursors.WaitCursor;
> // more code
> }
> catch
> {
>
> }
> finally
> {
> this.Cursor = Cursors.Default;
> }
>
>
>
> ----- end code ----
>
> Can someone point me in the right direction?
>
> thanks.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cursor.Current = Cursors.WaitCursor (VS 2005 Complains) =?Utf-8?B?V2hpc2t5Um9tZW8=?= Microsoft Dot NET Framework Forms 1 21st Jul 2006 06:19 PM
Cursor.Current=Cursors.WaitCursor works halfway through Tsviatko Yovtchev Microsoft Dot NET Compact Framework 4 31st Jan 2006 03:09 PM
What's the difference between Cursor = Cursors.WaitCursor and CurrentCursor=Cursors.WaitCursor Just Me Microsoft VB .NET 10 24th Mar 2005 02:57 PM
Cursors.WaitCursor doesn't disable mouse clicks Scott Microsoft Dot NET Framework Forms 1 26th Nov 2003 06:43 PM
Cursors.WaitCursor not sticking. news.microsoft.com Microsoft Dot NET Framework Forms 0 26th Jun 2003 09:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:55 AM.