E
Elmo Watson
with VB6 - to add a node as a child, to a specific node, I'd do something
like:
Tv1.Nodes.Add(Nodes.Add tv1.SelectedItem.Key, tvwChild, newKey, NewName
tv1.SelectedItem.Key was the Parent node -
But - as I'm trying to add something in, using VS.Net 2005 (skipped here
straight from vb6), the hints aren't giving me the same options -
Relative (1st item), and Relationship (2nd option) are not even
available....
where can I find info on how to do this in VS.Net 2005?
like:
Tv1.Nodes.Add(Nodes.Add tv1.SelectedItem.Key, tvwChild, newKey, NewName
tv1.SelectedItem.Key was the Parent node -
But - as I'm trying to add something in, using VS.Net 2005 (skipped here
straight from vb6), the hints aren't giving me the same options -
Relative (1st item), and Relationship (2nd option) are not even
available....
where can I find info on how to do this in VS.Net 2005?