Hi, I'm new in RichTextBox. I want to select a word that wrapped between my special symbol I self invented (#B#) to be bold and deleted the symbol after bold, how to do that?
Expected results:
There is a Little cat
Code:
RichTextBox1.Text = "There is a #B#Little#B# cat."
RichTextBox1.Font.Size = 12
RichTextBox1.Font.Name = "Courier New"
There is a Little cat