Hello, I'm trying to work out the code for changing the formatting and color of the font in a label via mousemove. I tried the following:
but I get an error. Any ideas?
THANKS!!!!
Code:
Private Sub Label1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Single, ByVal y As Single)
Label1.Font.ColorIndex = 3
Label1.Font.Underline
End Sub
but I get an error. Any ideas?
THANKS!!!!