Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: change cursor when mouse hovers over a label


Message #1 by "patrick slesicki" <patrick_slesicki@d...> on Tue, 11 Dec 2001 19:41:57
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.
Message #2 by "Nazia Khan" <khan@p...> on Tue, 11 Dec 2001 14:47:00 -0500
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.







  Return to Index