OmegaSeven
Programmer
I have a TreeView control on a form which is loaded with a simple table of PartID, Description, ReportsTo. The TreeView is recursively loaded using a similar procedure to MS knowledge base article 167309. I would like to be able to Add/Delete or Edit the node I have selected in the TreeView. But I have no idea of were to start with this, any help/pointers would be greatfully recieved.