|
-
Aug 17th, 2001, 04:44 AM
#1
finding all parent nodes in a treeview
I am trying to find all the parent nodes.
I have been trying the following with the parent property, but it says that it is nothing, any suggestions????
for intIndex = 1 To Journey_Tree1.Nodes.Count
Set nodTmp = Journey_Tree1.Nodes.Item(ind)
If nodTmp.Parent Then
strTmpKey = Journey_Tree1.Nodes(ind).key
end if
next
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
|