Results 1 to 3 of 3

Thread: RichTextBox

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    138

    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!

  2. #2

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    138

    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
  •  



Click Here to Expand Forum to Full Width