Tmuna

Tmuna

  • NA
  • 7
  • 0

Cursor changing

Dec 29 2009 3:11 PM

C#:
How can I make the mouse cursor change to a picture I've created (.cur)?
I tried to replace the picture in bin/debug, but it does't look like the picture is found by the following code lines:
Cursor cur = new Cursor(cursorName.cur);
this.Cursor = cur;
or- Cursor.Current = cursorName.cur;
Quick respone would be appreciated,
Thanks in advanced...

Answers (3)