on a windows form, i have RichTextBox, with some text, in several lines. and one button on a form.
i wolud like when i click on that button, to join all richtextbox of lines in one line, but not to loose text style (like font family, color, etc.)
i can not do it with Replace, like \r\n, and not with the Replace(Environment.NewLine, "")........ :-((
i have also tryed to replace \par and \pard, but still no luck.......
please help!!!