Hi,
It is theoratical query actually.
I want to loop through all the parent nodes of TreeView1 then inside that loop I want to get list of all childern (of what ever parent) like bellow
Help would be greatly appreciated.![]()
For Each Node in TreeView1.Nodes For Each Child In Node.Childeren If Child is selected then 'This is where is don't know how get the selected property of the child 'Something Next Child Next Node
Imran Bhatti
Bookmarks