Results 1 to 2 of 2

Thread: Treeview

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 1999
    Posts
    23
    Is it possible to remove all of the children from a certain node? If so, how?

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Mar 1999
    Posts
    23
    Function ClearNode(Wins As TreeView, Node As Integer)
    Dim x As Integer

    For x = 1 To Wins.Nodes(Node).Children
    Wins.Nodes.Remove (Wins.Nodes(Node).child.Index)
    Next x
    End Function

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