Does anyone know how to successfully load a custom color (32 bits) cursor in C# (under XP..NET 2.0 - or NET3.0 eventually)?
All I could do using C# .Net support was loading a color cursor but ending up getting it displayed in a black and white. I found an example that manages to display the cursor in color (using GetHIcon) , but I do have a hard time making its background transparent: here is the code that creates the cursor from a image file:...