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.
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.