When you change the BackColor of a Form (also happens on a UserControl), a Button control with its Enabled property set to False loses part of its Disabled look. The text appears inabout the same color as another button that is enabled. I don't know if this holds true for all colors, but it does for all the ones I tried.
Any thoughts on how I can prevent this? (other than don't change the BackColor of the form.)
Tony