Results 1 to 11 of 11

Thread: [RESOLVED] Change cursor when hover nodes of treeview (help me please....)

Threaded View

  1. #1

    Thread Starter
    Fanatic Member manhit45's Avatar
    Join Date
    May 2009
    Location
    Ha noi - Viet Nam
    Posts
    826

    Resolved [RESOLVED] Change cursor when hover nodes of treeview (help me please....)

    I want when i hover my mouse to nodes of treeview the cursor is hand type.

    Code:
    Private Sub TREEVIEW2_(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TreeView1.NodeMouseHover
    
            Me.TreeView1.Cursor = Cursors.Hand
    
        End Sub
    I did this. But i want when i leave nodes the cursor back to default.
    Last edited by manhit45; Jul 20th, 2009 at 04:06 AM.
    --***----------***-----

    If i help you please rate me.

    Working with Excel * Working with String * Working with Database * Working with array *

    K51 ĐH BÁCH KHOA HÀ NỘI - Khoa CNTT pro.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width