private void myCartToolStripMenuItem_Click(object sender, EventArgs e) { frmCart aCartItem = new frmCart(); aCartItem.MdiParent = this; aCartItem.WindowState = FormWindowState.Maximized; aCartItem.Show(); }