TheunsGoosen
Technical User
(Access beginner)
Hi,
I assigned an event procedure to a label and its working perfectly. The label appears on a switchboard and it would be nice if the label back color could change on mouse moving over it. But I’m unsure about the VB code.
Private Sub Label82_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
?
End Sub
Thanks
TC
Hi,
I assigned an event procedure to a label and its working perfectly. The label appears on a switchboard and it would be nice if the label back color could change on mouse moving over it. But I’m unsure about the VB code.
Private Sub Label82_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
?
End Sub
Thanks
TC