private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { HelpForm hf = new HelpForm(); hf.ShowDialog(this); }