Member Avatar for embooglement
embooglement

I am building a simple script editor which I want to function like Notepad, but highlight the scripting language's keywords blue and comments green, like what most IDE's do. I've got my application to essentially match Notepad using the built in EDIT window's class name, but I cannot get specific pieces of text to change font color. Is there a specific message that I need to handle? Or should I be using the rich text dialog instead?