private void frmMain_Load(object sender, System.EventArgs e) { frmSplash frm = new frmSplash(); frm.ShowDialog(); frm = null; }