Changing windows mouse cursor

  • Thread starter Thread starter Tim
  • Start date Start date
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
 
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
 
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.
 
doh,

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

stupid me.

Cor
 
Back
Top