Simple startup form public static System.Threading.Thread thread; public static ce.About welcomefrm; [STAThread] static void Main () {System.Threading.ThreadStart start = new ThreadStart (ce.ceStart.splashForm); thread = new Thread (Start); thread.start ();
// Do what you want to do // run the main program system.windows.Forms.Application.run (new ce.forms.coolmain ());} static void splashform () {ce.cestart.welcomeFrm = new about (); Ce.cestart.welcomeFrm.show (); Application.doevents (); ce.cestart.welcomeFrm.activate (); thread.join (2000); ce.cestart.welcomeFrm.Close (); ce.cestart.thread.abort ();