|
-
Mar 15th, 2000, 06:57 AM
#1
Thread Starter
Junior Member
Is it possible to remove all of the children from a certain node? If so, how?
-
Mar 15th, 2000, 07:32 AM
#2
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|