I'm working on a custom control in VS2005, and I'm experiencing a problem using Image resources from the Resource Manager. My control has a child collection, and each child has an Image property. My solution has two projects, one for the control and one for the test
there is an error in the TreeView control when checkboxes are enabled. When the checkbox is double clicked the node is visibly not checked, but the Checked property is still true; I'm using Visual Studio 2005.