Qn: MousePointer

  • Thread starter Thread starter Michael Vaughan
  • Start date Start date
M

Michael Vaughan

Hello Everyone,

I installed the mod to click on a email address in a label box in my
userform. But, I need to know what the code is for the "hand" so that when
I place my cursor over the address, it turns from the pointer into the hand.
Does anybody know what the code for the MousePointers are??? The options
are 1-15 and 99. It will take me hours to try every single one.

Thanks.. mv
 
Michael,

You should be able to assign a "hand" mouse icon during design time.
In the property window for the label...
Change the mouse pointer property to 99 (custom)
In the mouse icon property - browse to C:\Windows\Cursors\
Pick out one you want.

Regards,
Jim Cone
San Francisco, CA
 
Back
Top