splashthread = new Thread(RunSplash); splashthread.IsBackground = true; Thread.CurrentThread.IsBackground = true; // cure for cancer?