Custom Cursor

K

Kevin

How can I create a custom cursor. I want a custom cursor
to let the user know that they can double click to open a
calander.
 
B

Brandon

Kevin

do you want to change the image of the cursor to an .ico image or woul
a simple change in cursor be adequate

You could do screen.mousepointer= 11 (hourglass
 
Top