I have some bitmap images being displayed in a DataGridView's and on custom controls. These are all basic lineart type images not pictures. I recently noticed that they all looked slightly faded/washed out and when I examined screenshots I took I discovered that any color channels that should have had values of 0 had a value of 44 instead. Color channels that had a value of 255 were unaffected.
The PNG images I'm using for toolbar icons are unaffected.
The problem appears to be with the ImageStream in the formname.resx file with the ImageList that dates back to when the project was created in VS2k3. There the images are displayed properly; so this appears to be a VS2k8 issue in some way shape or form.
Readding the images in 2k8 appears to fix the issue but my list is long enough to make that annoyingly time consuming. Is there anything else I could do to thump it into behaving properly?