Hello everybody!

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!