How would I specify on a form using VB which mouse icon I would like to use???? (by filename as opposed to:
screen.mousepointer = vbHourGlass (etc.)
Printable View
How would I specify on a form using VB which mouse icon I would like to use???? (by filename as opposed to:
screen.mousepointer = vbHourGlass (etc.)
Set the MousePointer property to 99-custom then click on the MouseIcon property to select a file.
This gives a black and white version of the cursor you chose (at least on my system NT 4/VB6 Enterprise) - anyone know how to fix that?
If you use an icon file it works in color but the hotspot is dead center.
[Edited by hitcgar on 10-06-2000 at 12:11 PM]