private void button2_Click(object sender, EventArgs e) { Form3 f3 = new Form3(); //กำหนดตัวแปล f3 f3.Show(); //เปิดฟอร์ม3 }