Hi all,
I have a situation where I am appending text to a multi-line
(rich)textbox in a C# form. Now depending on which event does the
appendtext, i want to distinguish the words in the textbox by having
them written in different font colors. So my multi-line textbox will
contain words of various colored text.
If its possible?