Can anyone provide a decent guide/tutorial on using the Microsoft TreeView control? I need to use it in my project to present a better layout in which the user can access certain elements, but I found the best way would be to display it in a hiarchy type way, or in other words a TreeView. I searched google, didn't come up with much only got a few on using them in .NET. Thanks
Age - 15 ::: Level - Advanced
If you find my post useful please ::Rate It::
I have attached a folder containing a set of examples which you should find useful. There is also a doc in there explaining what the examples are, with screen shots. While this is a not a "tutorial" per se, you should be able to study the sample apps (particularly the first and second) to get a good idea of how to use the TreeView. Let me know how you make out.
Can anyone provide a decent guide/tutorial on using the Microsoft TreeView control? I need to use it in my project to present a better layout in which the user can access certain elements, but I found the best way would be to display it in a hiarchy type way, or in other words a TreeView. I searched google, didn't come up with much only got a few on using them in .NET. Thanks
Note :
1) Please use [vbcode]your code goes in here [/vbcode] tags when posting VB code.
2) Please mark thread as Resolved using the Thread Tools menu, if you got solution.
I remember having this error before but forgot how to resolve it. I debugged and at the time of the error, "lsttest.Nodes.Item(1).Children", was equal to 1. Any idea?
Age - 15 ::: Level - Advanced
If you find my post useful please ::Rate It::