I want to select a certain Node of a treeview..
I only know the key of this Node.... How can I make it selected ???
Pls Help....
Printable View
I want to select a certain Node of a treeview..
I only know the key of this Node.... How can I make it selected ???
Pls Help....
TreeView1.Nodes("KeyName").Selected = True
Good luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com
Cheers