Hi :( Please, help me, I can't find any information even in MSDN(
I'm creating MS Word file, by saving text from richTextBox.
I have some questions:
- How can I Add new Line to it? Now I'm creating new string array, and then - string[] a; RTB1.Lines = a;
- How can I add something from Clipboard (picture or text) from new string? Now When I'm add one string (string A for exmpl.), and then - another string (string B for exmpl.), than I get A+B. And I need : one Line - A, Next line - B.
Please, Help me... Thank you.