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