hi!
how can i chang color on letters in a edit control which the edit control is disabled?
Printable View
hi!
how can i chang color on letters in a edit control which the edit control is disabled?
Hi,
you cannot change the color of letters in a disabled edit control. The color of disabled text is always light grey (COLOR_GRAYTEXT). Perhaps you should use the style ES_READONLY for your edit control.
Greetings, Jörg