On a dialog I have a couple of CEdit controls that I call SetReadOnly() and EnableWindow(FALSE) on. I still need the users to be able to read the text beneath them and when I do it turns the text dark gray with a light gray background. This is very hard to read. Is there a way to change either the text color or background color in this mode.

Thanks