G Guest Jun 28, 2006 #1 How do you go about this. Can some point me in the right direction. Thanks in advance.
K Kevin Spencer Jun 28, 2006 #2 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.
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.
G Guest Jun 28, 2006 #3 Kevin Thanks. One last one now, how do you initiate the click of the selected node in code. Thanks in advance.
Kevin Thanks. One last one now, how do you initiate the click of the selected node in code. Thanks in advance.
K Kevin Spencer Jun 28, 2006 #4 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.
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.