private void Crusader_Shown(object sender, EventArgs e) { Form help = new helpform(); help.Show(); help.Focus(); }