I have a folder in my C: drive that I want to access as soon as my form loads. I don’t want to scroll through opening each node everytime. I’m wanting to use a treeview as I know how to use a lot of the features in these and it will suit my purpose.
I shall give you an example of what i am wanting using a basic file structure:
C:\Users\user\Documents\Visual Studio 2010\Projects
This would take me a number of nodes to gain access to if I was to to it through the entire treeview. I want my treeview to to start with, so the main node to be
Projects
How would I go about doing this?
I am sure that the answer above would work. However i managed to sort it out by doing:
then the two other functions: