D drhassan New member Local time Today, 09:21 Joined May 24, 2012 Messages 10 Feb 12, 2022 #1 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, 14:21 Joined May 7, 2009 Messages 20,213 Feb 12, 2022 #2 on Tab control, it is possible. i don't know if you are referring to Tabbed Form.
D drhassan New member Local time Today, 09:21 Joined May 24, 2012 Messages 10 Feb 12, 2022 #3 Its actually on tab control
arnelgp ..forever waiting... waiting for jellybean! Local time Today, 14:21 Joined May 7, 2009 Messages 20,213 Feb 12, 2022 #4 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 TabControlChangeMouse.accdb 448 KB · Views: 203
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.