I have a list of names in a treeview and each name is saved to a text file. I want to remove a name from the treeview (name is a node) and remove it from the file. I can remove it from the file but when I delete the name from the treeview im using.
FreeTreeViewNode SelectedTreeViewNode(trvTreeView2)
The weird thing is SelectedTreeViewNode doesnt give me a number that makes since, it starts at 16 and counts up as I delete. How can I get it to start from 0 or 1?
FreeTreeViewNode SelectedTreeViewNode(trvTreeView2)
The weird thing is SelectedTreeViewNode doesnt give me a number that makes since, it starts at 16 and counts up as I delete. How can I get it to start from 0 or 1?