private void quickLinksToolStripMenuItem_Click_1(object sender, EventArgs e) { frmQuickLinks f = new frmQuickLinks(); f.MdiParent = this; f.Show(); }