Click to See Complete Forum and Search --> : help me please!


merre
May 18th, 1999, 03:14 AM
hi!

how can i chang color on letters in a edit control which the edit control is disabled?

Jörg Eckart
May 18th, 1999, 03:29 AM
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