Private Sub Button1_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.MouseHover
Button1.Cursor = System.Windows.Forms.Cursors.Hand
End Sub
RiverGuy,
Thanks for your reply.
I'm having 2 problems with the code.
The event 'MouseHover' cannot be found.
Also, 'windows' is not a member of 'system'.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.