Change global mouse cursor in .NET

Posted by Sphynx on Stack Overflow See other posts from Stack Overflow or by Sphynx
Published on 2010-04-07T10:05:56Z Indexed on 2010/06/07 12:42 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

I need ability to modify the cursor while my application is running, and restore it afterwards. Cursor.Current doesn't seem to work. Any other alternatives? Is there any API for this?

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about mouse