Hi!
Quote:
> h,
> I'd like to change the color of a Control Edit...
> when I use the function SetBkColor , it only changes the background of the
> text,
> not all the backcolor in the control...
> How should I do ???
> I've tried to colorize the control with a rectangle but then I must use
> textout to rewrite the text... there must be a way to do that more easily,
> isn't it ????
Return the handle (HBRUSH) to a solid brush of the color you want for the control's background. Do
not create the brush over-and-over again in the handler.
HTH,
Jeff...
--
Please post all follow-ups to the newsgroup only.