Dear All,
I’m trying to delete a selected node from a treeview. The code I am using to do this is as follows,
TreeView1.Nodes.Remove (TreeView1.SelectedNode)
The problem is that I am getting the error message "Method or data member not found". I obviously know that it’s missing something and that it needs a bit more information, but what?
Thanks,
Jonny
I’m trying to delete a selected node from a treeview. The code I am using to do this is as follows,
TreeView1.Nodes.Remove (TreeView1.SelectedNode)
The problem is that I am getting the error message "Method or data member not found". I obviously know that it’s missing something and that it needs a bit more information, but what?
Thanks,
Jonny
Last edited: