private void help_Click(object sender, EventArgs e) { this.Hide(); Help help = new Help(this); help.SetDesktopLocation(this.DesktopLocation.X, this.DesktopLocation.Y); help.Show(); }