Treeview Node Select in VB .Net

  • Thread starter Thread starter Guest
  • Start date Start date
Set the SelectedNode property of the TreeView to the TreeNode that you want
to select.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

Big thicks are made up of lots of little thins.
 
Kevin

Thanks. One last one now, how do you initiate the click of the selected node
in code.

Thanks in advance.
 
Why? Just write a routine that does whatever you want the "click of the
selected node" to do. You already know which node is selected.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

Big thicks are made up of lots of little thins.
 
Back
Top