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:
Basically, I want to make is user friendly so I could put like
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?
Anyways, what I was wanting to do was this:
Code:
Dim Login As String
Login = LoginForm1.UsernameTextBox.Text
Code:
Label1.Text = Login
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?