It shows you the syntax of how to add a new node
TreeView1.Nodes.Add Relative, Relationship, Key, Text, Image, SelectedImage
so your code would be
Treeview1.Nodes.Add(Node , tvwchild, "yourKey" , "YourText")
see
http://www.developerfusion.com/article/77/treeview-control/2/