select a node of treeview

  • Thread starter Thread starter Manesh
  • Start date Start date
M

Manesh

hello

Any one know hopw to select a particular node of
treeview using program(vb.net)

thank you
 
Hello,

It is done like this:

myTree.SelectedNode = myTree.Nodes(2)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top