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?
VB Code:
Screen.MouseIcon = imgMouse.Picture Screen.MousePointer = vbIconPointer




Reply With Quote