Discussion:
Treeview Node Select in VB .Net
(too old to reply)
kt
2006-06-28 13:06:02 UTC
Permalink
How do you go about this. Can some point me in the right direction. Thanks in
advance.
Kevin Spencer
2006-06-28 16:43:48 UTC
Permalink
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.
Post by kt
How do you go about this. Can some point me in the right direction. Thanks in
advance.
kt
2006-06-28 17:16:01 UTC
Permalink
Kevin

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

Thanks in advance.
Post by Kevin Spencer
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.
Post by kt
How do you go about this. Can some point me in the right direction. Thanks in
advance.
Kevin Spencer
2006-06-28 18:17:57 UTC
Permalink
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.
Post by kt
Kevin
Thanks. One last one now, how do you initiate the click of the selected node
in code.
Thanks in advance.
Post by Kevin Spencer
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.
Post by kt
How do you go about this. Can some point me in the right direction.
Thanks
in
advance.
Loading...