private void btnCheque_Click(object sender, EventArgs e) { frmCheque fm = new frmCheque(); fm.WindowState = FormWindowState.Normal; fm.Show(); }