Hi,
I am completely new to VB. My lecturer however has thrown a game assignment at me where I have to make a Digimon game.

One of the requirements is getting the user to enter their name. I have done this via a txtbox. If user does not enter their name and press the cmdStart button, a msgbox opens asking them to do so.

If they have entered atleast 1 character and press the button then the first form dissapears appears and you move onto a second form where the actual game is played.

However I need to display the entered name on subsequent forms automatically as they open up. I thought of displaying the name in a label. I think the first event of the second form will be:

Private Sub Form_Load()........however where do i go from there?

Thanks
Obie