B
Bob Hollness
Hi all. I know this is easy. What have I missed? I want to iterate
through all child nodes from the top.
Dim treeVal as TreeNode = Nothing
For Each treeVal in MyTree.Nodes
if treeVal.Checked = True then MsgBox(treeVal.Text)
Next
through all child nodes from the top.
Dim treeVal as TreeNode = Nothing
For Each treeVal in MyTree.Nodes
if treeVal.Checked = True then MsgBox(treeVal.Text)
Next