kourosh saleh

kourosh saleh

  • NA
  • 20
  • 50k

selecting many nodes at the same time in a treeview

May 11 2006 8:41 AM

Hi,

You can select a node in a TreeView by:

treeView1.SelectedNode....

Is it possible to select many nodes at the same time?

i have a treeview and a button when you select a node and click on the button it saves selected nodes name ,
now i want to select many nodes at the same time and when i click on the button it saves all nodes.

thanks.