Posts by user193907 • 16 points
1 post
- 
		0 votes2 answers58 viewsA: Pass txtBox value to Label (between Windows Form Forms) - However, string is nullOne way I use to pass Objects between screens, is to pass Form1 in form2. public string nomeusuario = ""; private void FormLogado() { Application.Run(new CronogramaLogado(btn_login.Text)); } *//… c#answered user193907 16