G
Guest
Is it me or has the VB.NET Treeview control gone back to the darkages.
I am trying to update a VB6 programme that uses the treeview control a lot- there are 4 treeview controls which are constantly being altered by user input.
On upgrading the treeview errors are too numerous to list all of them.
What has happened to 'Treeview1.nodes.add (ParentNode, Relation, NodeKey, Text)'? and Treeview1.nodes(NodeKey)
Why is there no Node.Key?
My VB6 programme relies on the Node.Key to access a node and alter texts and keep track of what the children of a parent node are.
Can someone enlighten me please.
I am trying to update a VB6 programme that uses the treeview control a lot- there are 4 treeview controls which are constantly being altered by user input.
On upgrading the treeview errors are too numerous to list all of them.
What has happened to 'Treeview1.nodes.add (ParentNode, Relation, NodeKey, Text)'? and Treeview1.nodes(NodeKey)
Why is there no Node.Key?
My VB6 programme relies on the Node.Key to access a node and alter texts and keep track of what the children of a parent node are.
Can someone enlighten me please.