Results 1 to 3 of 3

Thread: Stumper - Treeview Control Question

  1. #1

    Thread Starter
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Use NodeCheck event:

    Code:
    Private Sub TreeView1_NodeCheck(ByVal Node As MSComctlLib.Node)
        Node.Selected = True
    End Sub
    ------------------

    Serge

    Senior Programmer Analyst
    [email protected]
    [email protected]
    ICQ#: 51055819

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Posts
    81

    Post

    Thanks that worked great...


  3. #3
    Lively Member
    Join Date
    Jan 1999
    Posts
    81

    Post

    How do I set focus to a Child when there checkbox is checked..

    Thanks In advance...

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