jmasterx
jmasterx

Reputation: 54133

Multi color Edit Field (Win32)

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

Upvotes: 5

Views: 1421

Answers (2)

Jerry Coffin
Jerry Coffin

Reputation: 490338

The standard rich-edit control will handle that quite easily.

Upvotes: 1

Related Questions