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