I have a treeview from which I select a node, then click a button. That button adds the node to a treeview in another form. Now the node is there when I start up the form, but when I close and reopen it, its gone again. How can I keep it in the treeview?
Also, how can I name the node, now I use this code:
Code:Form2.Treeview1.Nodes(0).Nodes(0).Nodes.Add("5")
