private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { Form f = new frmAbout(); f.ShowDialog(); }