The standard Windows Forms way to do that is Cursor.Current = Cursors.WaitCursor;.
Does that work for you, or does it have to be an image?
The standard Windows Forms way to do that is Cursor.Current = Cursors.WaitCursor;.
Does that work for you, or does it have to be an image?