I am using the following code at mouse move event of label
Now i want that when user lost focus from the label its color aging change back , on what event i want to do this code as there is no event like lost focus on label. OR
how i can detect that the user moves its cursor outside label.
Private Sub label1_MouseMov e(Button As Integer, Shift As Integer, X As Single, Y As Single)
Lable1.ForeColo r = &HE2926B
End Sub
Lable1.ForeColo r = &HE2926B
End Sub
how i can detect that the user moves its cursor outside label.
Comment