Recent content by samo8076

  1. S

    Urgent Help needed. Child Nodes (Treeview)

    thanks for the reply, but thats not what i meant. i want to loop through the child nodes of a treeview control
  2. S

    Urgent Help needed. Child Nodes (Treeview)

    HI, iv spent many hours trying to figure out how to loop through the child nodes of a node i have currently selected in a treeview control. For the life of me i cant figure it out. I thought it would be a case of: For each ChildNode in SelectedNode.Children 'Do required stuff here Next But...
Back
Top Bottom