private void mnuHelpAbout_Click(object sender, System.EventArgs e) { frmAbout oForm = new frmAbout(); oForm.ShowDialog(this); }