In .Net 1.1, is there an easy way to modify TreeView to display checkboxes for selected nodes only? Easy = without implementing my own control. Not that it is very difficult, but this is not a crucial ...
Okay this problem is pretty complicated so bear with me. I have a form with a ActiveX TreeView control which is reading off a table. But I want to be able to delete items off the table without using ...