I'd like to know if there is something like the unique keys for the nodes (VB6) in a treeview in VB.NET.
I don't want to crawl thorugh the whole tree to find a node by its name (sometimes there can be more than one with the same name).

Johnny