Hi, I need to change the cursor image. Whenever the mouse is over my form I need to load my own image from a local path. I am using version 1.1 of the .NET framwork.
Here is what I have tried:
Cursor = new Cursor(GetType(), Application.StartupPath+ "\\windowfi.cur");
But this throws an exception:
Value cannot be null.
Parameter name: dataStream