Changing windows mouse cursor

T

Tim

Hi,

How would I go about changing the windows mouse cursor ? (Not the
mouse cursor on a form...but the actual mouse cursor in windows..)

Any ideas would be greatly appreciated

Thanks,
Tim
 
C

Cor Ligthert

Tim,
How would I go about changing the windows mouse cursor ? (Not the
mouse cursor on a form...but the actual mouse cursor in windows..)
Can you explain in this what is the difference to make your question more
clear?

Cor
 
N

Nicholas Paldino [.NET/C# MVP]

Tim,

You will have to call the SetSystemCursor function through the P/Invoke
layer. You can probably find a definition that you can use at (watch for
line wrap):

http://www.pinvoke.net

Hope this helps.
 
C

Cor Ligthert

doh,

The screen cursor or also named windowcursor when it is not a webform

stupid me.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

mouse cursor 2
Mouse cursor 3
How to find the TRUE cursor size 2
Detect mouse leaving from a list view item 2
webbrowser control 2
Custom Mouse Cursor 1
Oversensitive touchpad on modern laptops 0
Wait cursor 4

Top