I have a question. Can i select a string from my RichTextBox ?
For example:
I have this text:
English
Francais
Spaniol
And i want to select Francais , but as string , not at int - lenght ... ( richTextBox1.Select(7,15); )
I want something like:
richTextBox1.SelectString("Francais") , is there something like this ?