I\'ve been working on my richtextbox but I ran into something weird... I want to make the first word on everyline bold
using this code:
RichT
The line...
int srt = bold.Find(name);
...is finding the first occurrence of the word that starts the line. If you look at the words that haven't been set bold then you will see that they all occur earlier in the rich text box.