Hi, Using VB Net (2005, Access (2003) in Windows Forms. My problem I would like to Select the proper node image. See I have this window form with those 3 principal control namely on the left a treeview, alongside on the right a DataGridView and at the bottom a ListView. Process method: a click on a treenode fill the DataGridView, then a doubleclick in a datarow cell containing data export that data to the ListView control. As I click on the treenode(close folder image), the treenode image change to (open folder image) ok up to here, what I would like is when I have exported the data to the ListView that the already selected treenode image change to (open folder image with a checkmark) and then upon a new treenode selection, the previous treenode selected image change to (close folder image with a checkmark) and this process goes on as long as the ListView as not been empty(clear), when ListView empty then all those folders with checkmark revert back to close folder. In my treeView control I have this OImages control that has 6 images in it’s collection (0 to 5), I have put open folder image with a checkmark and close folder image with a checkmark as 4 and 5 in the image collection, but I don’t know how produce the above effect. I hope I was clear enough. Thank-you in advance.
Ps: in the treeView control property
image index = 0
Selected image index = 2
Selected image key = none
Selected image list = none