How do I select and Deselect the treeview checkboxes in c# a
By the example i have took logical drivers as a TreeView, and i took two buttons in my application, SELECT ALL and Deselect all those two buttons.
When i execute the application initially, the drives in checked State, If I want to Deselect the drives all checkboxes are uncheck, thats ok! But, subfolders can't uncheck, Still it remains in uncheck state.
C#
Code I want... Please help me out...