Hi,
I would like to find, and bold some special signs in a richtextbox.text.
Currently I can find only these signs, that have been settled in the code just like this:
The question - how to find any signs within Richtextbox like §1 or §2 ....§200, and then bold them allCode:RichTextBox1.find ("§") RichTextBox1.SelBold = True RichTextBox1.SelUnderline = True![]()




Reply With Quote