Please help!!! I have a TreeView something like this:
Numbers
---Range 1-3
-------1
-------2
-------3
---Range 4-6
-------4
-------5
-------6
How can I select the node that reads "1" from my VB .NET code? I know you have to use the SelectedNode property, but I can't figure out how to code it and can't find an example anywhere. Thanks!!!
Numbers
---Range 1-3
-------1
-------2
-------3
---Range 4-6
-------4
-------5
-------6
How can I select the node that reads "1" from my VB .NET code? I know you have to use the SelectedNode property, but I can't figure out how to code it and can't find an example anywhere. Thanks!!!