Login Form question!
Hello today i decide to do simple mini game with login form but i didn't find the right answer in google how exactly when you log in to be transfer to form2 a.k.a(your program or etc)
Thanks in advance
sincerely,
spylegion
Form#.Show(). // replace # with the number of form.
how could you not find that?
if you're asking on how to 'transfer' the username. to a label for example
label#.text = form#.textbox#.text
Thanks ^_^ feel free to close the thread