Using Custom Cursor WinForms
Posted
by j-t-s
on Stack Overflow
See other posts from Stack Overflow
or by j-t-s
Published on 2010-05-09T08:39:14Z
Indexed on
2010/05/09
8:48 UTC
Read the original article
Hit count: 366
Is there a way to use a custom cursor in winforms?
There seems to be no option. But when I try to manually add a cursor as a resource, then call it from code, it says that it cannot convert from type byte[] to Cursor.
© Stack Overflow or respective owner