Multi color Edit Field (Win32)

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-04-27T19:12:45Z Indexed on 2010/04/27 19:43 UTC
Read the original article Hit count: 204

Filed under:
|
|
|

I want to create a program that will parse text for key words and make these words a certain color. What type of control supports many different colors? Would I have to create my own, or override the OnPaint() of a basic control or something? (Id like to avoid making my own control from scratch)

Thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about winapi