Hello,
I have been working on a project which requires certain keywords such as added names and other keyword to be changed to a different color when typing in a rich edit. Currently, I am using EM_SETCHARFORMAT, however, this isn't what I presume to be the best solution to this issue. EM_SETCHARFORMAT requires that you set the highlighting and because of that it causes a lot of jumping in the control. I was wondering is there another message I could send that would be better? Or would I have to subclass it, and if that is the case, how would I go about doing something like that?

Thank You.