I have a lable which runs a process. I want it to change colour on mouse move. i put this code in but it doesnt work. Can any one tell me where Im going Wrong .
thanks
Private Sub lblPage1Label1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me![lblPage1Label1].BorderColor = RGB(250, 118, 0)
End Sub
thanks
Private Sub lblPage1Label1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me![lblPage1Label1].BorderColor = RGB(250, 118, 0)
End Sub