Ok I am very new with .net and just coding in general.
I have a treeview item, with child nodes and what not. When I select a node at the end of the treeview then click a button it will do this. messagebox.show(treeview.selectnode.fullpath) and show something like this: Shipped\10.0\US
Now I need to use each one of those pieces of data to properly map a drive/copy files. So I need to know Shipped was chosen, they needed version 10.0 and they want the US version of the software.
How would I do this? I was going to split the string but I was unable to figure out how to display the info of the string split so i can see if its working.
I was thinking an Array could be made with these 3 chunks of data but I wouldn't know how to display that array either to see if things are working right.
I guess theres a console type way to see results, I am just used to making messageboxes to see data. I first made this utility with AUTOIT so i am really lost when it comes to .net :(
Please help I want to understand this so I can complete this .net remake of the AUTOIT application.
I have a treeview item, with child nodes and what not. When I select a node at the end of the treeview then click a button it will do this. messagebox.show(treeview.selectnode.fullpath) and show something like this: Shipped\10.0\US
Now I need to use each one of those pieces of data to properly map a drive/copy files. So I need to know Shipped was chosen, they needed version 10.0 and they want the US version of the software.
How would I do this? I was going to split the string but I was unable to figure out how to display the info of the string split so i can see if its working.
I was thinking an Array could be made with these 3 chunks of data but I wouldn't know how to display that array either to see if things are working right.
I guess theres a console type way to see results, I am just used to making messageboxes to see data. I first made this utility with AUTOIT so i am really lost when it comes to .net :(
Please help I want to understand this so I can complete this .net remake of the AUTOIT application.