so i have this richtextbox in my form and i want some specified words typed there to be colored.
for example, the word "program", "if", "else", and "for" will automatically turn into a color if blue as the user types them.
this is the same with Visual Studio's IDE for source codes. where in...