Userform and mouse pointer

S

Shawn

By default the mouse pointer on a userform displays as a arrow. I have a
userform with a button. I want the mouse pointer to be like a cross or
something until it is over the button and then turn to an arrow. Why isn't
there and option for a mouse pointer as little hand with a finger indicating
to click?
 
S

Shawn

I want the mouse pointer to be like a cross or something until it is over
the button and then turn to an arrow
 
P

Peter T

You could assign the Form's Mousepointer property to any of the built in
icons, eg fmMousePointerCross. You'd then need to change all other controls'
Mousepointer properties from Default to say fmMousePointerArrow.

If you want a "little hand with a finger" you can load your own custom icon
from file to the Mouseicon property.

Regards,
Peter T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top