|
-
Mar 20th, 2010, 04:02 PM
#1
Thread Starter
Addicted Member
RichTextBox
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!
-
Mar 20th, 2010, 04:28 PM
#2
Re: RichTextBox
What do you mean "formatted"?
-
Mar 20th, 2010, 04:31 PM
#3
Thread Starter
Addicted Member
Re: RichTextBox
I mean, when I second time open second form in RichTextBox there isn't any text, RichTextBox is empty.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|