how would i make my custom mouse cursor colored? It keeps coming up in black and white. Why is this?
Printable View
how would i make my custom mouse cursor colored? It keeps coming up in black and white. Why is this?
There are two properties that you need to set in order to change your mouse icon. First you need to change:
MousePointer = 99
Then you need to give your mouse a different icon by typeing this:
MouseIcon = "c:\myicon.ico"
This should help you out
dmuir