M
mauro fiore
I wrote (in C#) a program that read the text of a RichTextBox object
and view it in a TextRange.Text of a PowerPoint.Shape.
I have problems when I write a text with 1 or more carriage return.
Ex:
string s = "Hello,\n Merry Christmas";
objShape.TextFrame.TextRange.Text = s;
How can I do to view the two lines inserted previuos ?
Thank's all
Mauro
and view it in a TextRange.Text of a PowerPoint.Shape.
I have problems when I write a text with 1 or more carriage return.
Ex:
string s = "Hello,\n Merry Christmas";
objShape.TextFrame.TextRange.Text = s;
How can I do to view the two lines inserted previuos ?
Thank's all
Mauro