Hi,
i already have a project with TreeNode class which creates a hierachy of nodes like treeview. Now i want to add a XML node to that treenode.
In a simple way i can do it by using windows forms Treeview widget, But i don't want to use that.
Is there any other way through which i can add nodes to the treenode?
Thanks..