Im used to using the mouse pointer property to change...well obviously the mouse pointer. But, this time i wanted the icon that internet explorer uses when it hovers over a link, that classic hand. But this isnt built into the vbproperties of the mousepointer.
ie, this is what i usually do:
VB Code:
Screen.MousePointer = vbHourGlass
this time i tried using the mouseicon property instead using an icon replica of the hand. This is what i did but nothing happens?? any idea why?
I haven't figured out how to do it with just VB code, so I have an icon that I use. Just set the mousepointer to vbCustom, like peet said, and use this icon.