|
-
May 21st, 2013, 10:56 PM
#1
Thread Starter
Registered User
how to change color of label when mouse hover?
Hi...
I want to change label's color when mouse hover.I tried to run this code but i doesn't work... please help me.
Private Sub lblMAUFilterARU_MouseHover(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles lblMAUFilterARU.MouseHover
lblMAUFilterARU.BackColor = System.Drawing.Color.Orange
End Sub
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|