Re: VB - A demonstration of how to generate unique keys for a TreeView
Thanks for all the help, people... but I am still missing something... something critical.
If all of the keys are all unique... how do the child-elements know which parent to attach to?
-Paul-
It seems my projects' ambitions are inversly proportional to what I don't know.
Re: VB - A demonstration of how to generate unique keys for a TreeView
I believe you are confusing Relative (the 1st parameter of .Add) with Key, the 3rd parameter. It's the former that "tells" the children where to attach.