Hi, i am using this code to show form2 in my program,
Form2 form = new Form2();
form.Show();
however when i want to use the on load event to change a labels name nothing happens, i suspect because it isnt loading just showing, does anyone have a solution thanks.