Hi All,

I have a windows treeview and when I programatically select a node with :

MyTreeview.SelectedNode = myNode

I find that the root node is still highlighted and nothing seems to happen.

I have some functionality behind the treenode click event and would like to fire this after I change the node selection but am a bit confused,

I think I have that friday feeling :-(


Thanks In advance