Hi Everyone, using the mouse move event I can cause the labels text to go bold when the mouse moves over the label. Whats the code to make revert back to normal text when the mouse moves off the label.
The code I have used is:
Private Sub lblGrpPur_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.lblGrpPur.FontBold = True
End Sub
Thanks
McGregor
The code I have used is:
Private Sub lblGrpPur_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.lblGrpPur.FontBold = True
End Sub
Thanks
McGregor