I want when i hover my mouse to nodes of treeview the cursor is hand type.
I did this. But i want when i leave nodes the cursor back to default.Code:Private Sub TREEVIEW2_(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TreeView1.NodeMouseHover Me.TreeView1.Cursor = Cursors.Hand End Sub![]()




Reply With Quote