-
RichTextBox
Hello everybody! :wave:
I have two forms in my project. One form is opened and another form is closed. When I press the button on first form I want to add some text on RichTextBox ON OTHER FORM.
Code
Form2.RichTextBox2.AppendText ("some text...")
And when I open second form text is there, BUT when I close second form, and open it again, RichTextBox is formatted. What's the problem?
Thanks!
-
Re: RichTextBox
What do you mean "formatted"?
-
Re: RichTextBox
I mean, when I second time open second form in RichTextBox there isn't any text, RichTextBox is empty.