Hi,
I have a treeview and us the following code to add a child node that includes the image indexes: -
TreeView1.Nodes(0).Nodes.A
dd(cmbItem
List.Text,
cmbItemList.Text, 1, 1)
I am trying to find out how I add cmbitemlist.text as the node and set the tag of the node to stock_Code
Many Thanks
Lee
Start Free Trial