private void button14_Click(object sender, EventArgs e) { Form fm = new ComboBoxTestForm(); fm.ShowDialog(); }