Can anyone tell me how to change the mouse pointer to a hand when hovering over a label that has been turned into a hyperlink
Thanks
Printable View
Can anyone tell me how to change the mouse pointer to a hand when hovering over a label that has been turned into a hyperlink
Thanks
You must change the MousePointer to '99 - Custom' then load an image of the cursor. It can be found in the following path.
Win98\cdsample\images\hand.cur
Don't forget that a cursor cannot be in color. Instead of loading the cursor from the .cur each time it's needed, set the form's cursor property (or whatever it is) to that .cur and then you can refer to it when needed.