Hi all,
I am trying to add the text entered into a textbox in a child form as a node in a TreeView on a parent form. Any suggestions for implementing this bit of functionality?
The parent or main form contains a treeview control with four nodes when loaded. This form contains a button labelled "Add new node" which, when clicked, takes the user to a second form which prompts for the node via a text box. The second form has a button labelled 'Save" which, when clicked, adds the text in the textbox as a node in the TreeView control on the first form.
Thanks for any suggestions