Groups | Blog | Home
all groups > dotnet drawing api > march 2007 >

dotnet drawing api : Dissapearing mouse


peter.mcclymont NO[at]SPAM gmail.com
3/5/2007 12:30:44 PM
Hi There,

I have a C# .NET 2.0 application.

What I need to do is make the mouse pointer dissapear if they don't
move the mouse for over a second. It would appear again once they
start moving the mouse again.

Of course these things would only need to occur when the mouse is over
my C# app.

Thanks,

Peter.
peter.mcclymont NO[at]SPAM gmail.com
3/5/2007 3:31:32 PM
[quoted text, click to view]

Hi All,

I have worked out how to change the cursor.

You can do stuff like this,

this.Cursor = Cursors.Hand;

But I still cannot work out how to make the cursor dissapear. Any
takers please??

Yep, and I have also added the timer which will handle when the cursor
changes and all that too.

Thanks,

Peter.
AddThis Social Bookmark Button