Hi, I´m working Visual C# .NET 1.1
I have got a richTextBox control with 4 lines:
Line 1
Line 2
Line 3
Line 4
Now I want go add one line between Line 1 and Line 2 for example.
Line 1
New Line
Line 2
Line 3
Line 4
But I don´t know how I can do it.
I have tried with
richTextBox1.Lines[1].Insert
It is possible to add a new lines between others ????? Any example ?????
Any help ????
Thanks in advance !!!!!!