PC Review


Reply
Thread Tools Rate Thread

How can I call the ColorWheel cursor while loading my application ?

 
 
A_PK
Guest
Posts: n/a
 
      26th Nov 2004
How can I call the ColorWheel out while my application is loading or
process something that take some time ? I want to appear a color wheel.


 
Reply With Quote
 
 
 
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      26th Nov 2004
Assuming you are using VB.NET then simply:-

Cursor.Current = Cursors.WaitCursor

'do something

Cursor.Current = Cursors.None

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

" A_PK" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How can I call the ColorWheel out while my application is loading or
> process something that take some time ? I want to appear a color wheel.
>



 
Reply With Quote
 
A_PK
Guest
Posts: n/a
 
      29th Nov 2004
that one is hour glass correct ? any idea how to appear color wheel ?


"Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Assuming you are using VB.NET then simply:-
>
> Cursor.Current = Cursors.WaitCursor
>
> 'do something
>
> Cursor.Current = Cursors.None
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> www.inthehand.com | www.opennetcf.org
>
> " A_PK" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> How can I call the ColorWheel out while my application is loading or
>> process something that take some time ? I want to appear a color wheel.
>>

>
>



 
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
VBA and Colorwheel lwm Microsoft Excel Programming 9 20th Dec 2007 08:11 AM
making entire application's cursor change to wait cursor in MDI Smokey Grindle Microsoft VB .NET 2 23rd Aug 2006 05:38 PM
Call SP with application block (daab) & multiple out REF CURSOR parameters Stef Microsoft ADO .NET 2 5th Dec 2005 10:02 PM
Please help - How to call functions that exists in the main application. The call should be initiated from one of the components. Anand Ganesh Microsoft C# .NET 5 16th Oct 2004 01:53 AM
Re: Please help - How to call functions that exists in the main application. The call should be initiated from one of the components. Baavgai Microsoft C# .NET 0 4th Sep 2004 05:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:25 PM.