M Manesh Dec 11, 2003 #1 hello Any one know hopw to select a particular node of treeview using program(vb.net) thank you
D Dmitriy Lapshin [C# / .NET MVP] Dec 11, 2003 #2 Hello, It is done like this: myTree.SelectedNode = myTree.Nodes(2)