Hey guys, i'm just starting in VB and am experimenting with programs. I'm trying to make a simple program that when you type in your name and phone number it displays it in a label. So i have everything good up until getting the info from the box to the label. I'm drawing a blank. I think it has to be something like this but i could be totally wrong, this is more how java would look :P
Label1.Text = "Your name is " TextBox1.Text " and your phone number is "MaskedTextBox1.Text
help! thanks