Making/using icon as custom cursor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I use my image as the current cursor?

I know I can do this
System.Windows.Forms.Cursor.Current =
System.Windows.Forms.Cursors.WaitCursor;

But I want to make my graphic the cursor, not one of the standard ones.
 
Are you saying I have to make an XP theme then use this DLL wrapper and this
solution would only work in XP?
 
Back
Top