I have a chat project and i am using a multi line textbox to show what everyone is saying but I would like to be able to bold the usernames and also make them a different color.. so basically, what is the code to format certain text in a textbox to bold and different colors.
Example:
I need the 'Nickname' part of that line to be in bold and a different color.. like blue or something.
Example:
Visual Basic:
Txtarrive.Text = String.Concat(Txtarrive.Text, vbNewLine & "<" & Nickname & "> " & txtSend.Text)