
CEdit controls and changing the font color
I am trying to change the colors of a CEdit control. I am able to change
all of the colors, or weed out a specific control. however, what I really
need to do, is to be able to call up a function, and specifically change
just the color on that control, to one I specify. What I need is some ideas
on how one might achieve this. I assume I will want to send a message
(WM_CTLCOLOR), forcing it to activate the overridden OnCtlColor(). What I
really cannot figure out, is how can i force a particular control to be the
one changed, and how I would pick the color. Any ideas?
Thanks from a greenie . . .
Mark