how can you select multiple nodes in a tree view control
Printable View
how can you select multiple nodes in a tree view control
You can't - it's a limitation / design of the Standard Windows control. You could get around this by handling the Custom Drawing of the control yourself - better still, investigate some of the other third-party treeview controls out there - it'll save you a lot of time.
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb