how to change mouse pointer into hand icon? (1 Viewer)

drhassan

New member
Local time
Today, 08:21
Joined
May 24, 2012
Messages
10
Hi guys,

Any idea how to change the mouse pointer into a "Hand" icon when the mouse go over a tab?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 13:21
Joined
May 7, 2009
Messages
19,246
on Tab control, it is possible.
i don't know if you are referring to Tabbed Form.
 

drhassan

New member
Local time
Today, 08:21
Joined
May 24, 2012
Messages
10
Its actually on tab control
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 13:21
Joined
May 7, 2009
Messages
19,246
you can remove the Caption on each Tab and overlay Each tab with a Label Control.
you can then add code to each label's Mousemove event to change the cursor

see this demo.
 

Attachments

  • TabControlChangeMouse.accdb
    448 KB · Views: 148

Users who are viewing this thread

Top Bottom