how to display second form with button c# code example Example: start new form c# moreForm = new MoreForm(); moreForm.Show(); childForm.Close();