What do you do to pass information between forms? Forward is straight forward (sorry) using Properties or maybe parameters in a New() or DoStuff() method, but what about se
this.Hide(); string[]name = new string[]; new frmFormName = new frm(string what, string you, string going, string to, string put, stiring in); this.ShowDialog(); this.Show();