Artem

Artem

  • NA
  • 48
  • 0

problems with richTextBox...

Aug 24 2007 7:08 AM

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:

  1. How can I Add new Line to it? Now I'm creating new string array, and then - string[] a; RTB1.Lines = a;
  2. 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.


Answers (15)