Hello VbForums
I can open the first node by this code.
But I want to open the 4th node.
this code doesn't open the 4 th node.
thank you
I can open the first node by this code.
Code:
TreeView1.Nodes(1).Expanded = True
Code:
TreeView1.Nodes(4).Expanded = True
thank you