I am loading some cursor files into a .res file and then using them, however when I load cursors into the res file, they come out as crap b&w versions of the actual colour cursor file...
Why goddammit, why?!?!?
Printable View
I am loading some cursor files into a .res file and then using them, however when I load cursors into the res file, they come out as crap b&w versions of the actual colour cursor file...
Why goddammit, why?!?!?
That's the way VB interperets them; you can't change that.
How about cheating: :)
http://www.vbaccelerator.com/codelib/gfx/anicur.htm
I don't have VB here, so I can't test it, but if you don't want the animated cursor I think you could just modify the Window Class to use another cursor with one or two lines of code...