On my program I have 24 edit boxes, I want them to change color depending on characters near the beginning of the sentance
ie. if the use types
/hello
it will turn green
//hello
it will turn yellow
Each textbox needs to exibhit this behaviour individually (like one can have /hello and it's green while the other has //hello and it's yellow).
Any suggestions on the best way to go about doing this?




Reply With Quote