Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27177

Need quick help!

$
0
0
Hello everyone. I just started working on a new project for writing files for a certain game .
Anyways, what I was wanting to do was this:
Code:

Dim Login As String
 Login = LoginForm1.UsernameTextBox.Text

Basically, I want to make is user friendly so I could put like
Code:

Label1.Text = Login
I put that code in Form1_Load because I figured that's where it should go .
When I go into my button code I type TextBox1.Text = Login and Login doesn't pop up and I get an error when I type it .
Any suggestions?

Viewing all articles
Browse latest Browse all 27177

Trending Articles