|
-
Jun 15th, 2003, 10:57 PM
#1
Thread Starter
Hyperactive Member
relationship
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?
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
|