Hello every1,
I have a UserControl, I have to use custom cursors on it. I have some 3D style cursors with some embossed effects. Mind u, these cursors r in 16 bit color(or 256 i dont know but they r colored). In the mouseMove event i have set the cursor properties like

Usercontrol.MousePointer=99 'For custom cursors
and another statement to set the cursor(i dont remember the command, i think its MouseIcon)
It works and the cursor r displayed but they r not the same cursors. I mean the color is gone and they r displayed in full black. Why is this happening. Can any1 help plz.