access thread: change cursor when mouse hovers over a label
How do I change my cursor type when my mouse hovers over the label with VBA. I want to change the cursor to IDC_Hand.
try this Form MouseMove event Label12.ForeColor =3D &H80000012 Label mouseMove event Label12.ForeColor =3D &HFF& >>> patrick_slesicki@d... 12/11/01 07:41PM >>> How do I change my cursor type when my mouse hovers over the label with VBA. I want to change the cursor to IDC_Hand.
|





