How to change cursor icons in vb.net

Private Sub Label3_MouseMove(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Label3.MouseMove

Label3.Cursor = System.Windows.Forms.Cursors.Hand

End Sub

No comments: