need help with treeview PLEASE!!
ok, i have a collection that i need to populate a treeview with. i can get the root nodes in and child nodes under that, but i also need to get some child nodes under the already child nodes.
how can i do this...
also, does anybody have a good way of sending a collection to a treeview. all examples i have seen use an array. using an array seems to work a bit easier seeing how you have indexes to work with and you don't with a collection.
but hey, maybe i'm just screwed in the head and don't know what i'm talking about... i've only been using vb.net for 2 days now.
thanks