RichTextBox - String Formats
I am displaying strings onto a RichTextBox. I want to change the font, bold, italic of some of the substrings in the strings but I cannot figure out how.
I also don't want to always use the Environment.NewLine all the time and instead use a object that can be used anywhere. I can make one for each class but not globally. Thanks.