Question How to make text change color while typing

fantity

Active member
Joined
Mar 10, 2012
Messages
27
Programming Experience
Beginner
I am making something to help with typing HTML. How do I make it so if the person types "<p>" it turns blue or "<HTML>" it turns red.
 
What you're asking for is easy enough to do but not easy to do efficiently. I'm not in a position to give you any specific information right now but it should be easy enough to find examples online. The keywords you'll want to use will be "syntax highlighting", which you'll want to qualify with the fact that you're using a RichTextBox in VB.NET.
 
Back
Top