private void howToToolStripMenuItem_Click(object sender, EventArgs e) { AboutBox ab = new AboutBox(); ab.Show(); }