|
I havea problem with a .cur file from CursorWorkshop.
I am having a cursor with 32x32 RGB/A, 32x32 256, 32x32 16 and 32x32 mono image formats.
When I do the
this.Cursor = new Cursor(GetType(), "Arrow1.cur");
call, it fails with an ArgumentException, Image format is not valid.
If I remove the 32x32 RGB/A image, there is no exception, but my cursor is completely black!
WinXP and later should support 32x32 RGB/A, andmy windows control panel will let me use the cursor without any problems!
Does anyone have any ideas of how to use the 32x32 RGB/A, or the 32x32 256 cursor image without it going blackat least,or working with cursor files in general in .NET?
I suspect this is a problemt with .NET and support of cursors, but I have no idea. If anyone have any experience with using custom cursors, please feel free to share your experiences.
Cheers, Chris
|