|
-
Apr 7th, 2003, 08:05 PM
#1
Thread Starter
Frenzied Member
Text and Different Forms
I have a text box (textbox1) on Form2. I would like the text in textbox1 to display in label1 on Form3, but in VB.net i have no idea how to make it to that. In VB6 all i had to do in Form3 is type:
Private Sub Form_Load()
Label1.Caption = Form2.TextBox1.Text
End Sub
How can I do that in VB.net?
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
|