Results 1 to 2 of 2

Thread: Other form textbox

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Pilipinas
    Posts
    441

    Lightbulb Other form textbox

    I run my VB.NET program. The Startup form is the Form1. Form1 has a TextBox1 control.
    Then I show the Form2. I put this code to change the Form1's TextBox1 Text.
    Dim aForm As New Form1()
    aForm.TextBox1.Text = "The quick brown fox"
    But the Form1's TextBox1 display nothing.
    Kindly help with this code?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Isn't this post repeated ?

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