Quote Originally Posted by sparrow1
Hi Mark,

Why you want to do it by code?
If you go via TOOLBOX -> select TREEVIEW and create it on your Form,
then go to the properties of your TREEVIEW and select NODES and you can
Add Root and Add Cilds as many as you need.

Happy New Year,

sparrow1
Happy New Year to you!!!

I want to be able to add the nodes during run time, specificaly when a User adds a name to a particular node (Node 1) I want to automatically add a child node to the newly created node (Node 2).

Thanks!