To get one form values in another Form

Write this code in second Form

label1.Text = Application.OpenForms["FirstForm"].Controls["controlname"].Text;