PDA

Click to See Complete Forum and Search --> : Colored mouse Cursor?


Smie
Dec 3rd, 1999, 09:08 PM
how would i make my custom mouse cursor colored? It keeps coming up in black and white. Why is this?

dmuir
Dec 4th, 1999, 05:22 AM
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