Fellow VB'ers,
Is there a way to insert different color text into text box, like an HTML editor does when it inserts tags?
Printable View
Fellow VB'ers,
Is there a way to insert different color text into text box, like an HTML editor does when it inserts tags?
Ask for help with the Rich Text Box
When using the Microsoft RichTextBox (RTF) Control:
Use SelColor property to change the text color.
Example:
RichTextBox1.SelColor = vbRed