Visual Studio 2005
Windows Forms Application
GUI
Form1:entering name, then log-in
Form2: main interface
I want to show the log-in name on Form2 at a certain place. So every time a different person uses the program, it shows the log-in name on the interface.
How to pass the input of a textbox in Form1 onto Form2?