Link to home
Start Free TrialLog in
Avatar of rohaya
rohaya

asked on

VB6 : Need to make mousepointer change to hand when hover on combo box

I need to make mousepointer change to hand when hover on combo box.

I could do this for command buttons since they have mouse move event

But the problem is, combo box does not support mouse move event.

Any ideas?
Avatar of ktaczala
ktaczala
Flag of United States of America image

you can read some workarounds here.
http://www.vbforums.com/showthread.php?500021-Mouse-Over-Event-on-a-Combobox

I don't have VB6  although everyone says not available.
Avatar of rohaya
rohaya

ASKER

Listbox is not an option. How about mouse move event which detects a location or something like that. I think I have have seen somewhere about it
ASKER CERTIFIED SOLUTION
Avatar of Ark
Ark
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rohaya

ASKER

I knew there would be genius out here which would give incredible suggestions.

Fantastic ! Thank you
Avatar of rohaya

ASKER

Fantastic ! Thank you
Glad I could help.
BTW, you can set MousePointer/MouseIcon properties in design mode as well