problem with splash screen - C# - VS2005
问题 I have an application. First I display a splash screen, a form, and this splash would call another form. Problem: When the splash form is displayed, if I then open another application on the top of the splash, and then minimize this newly opened application window, the splash screen becomes white. How do I avoid this? I want my splash to be displayed clearly and not affected by any application. 回答1: You need to display the splash screen in a different thread - currently your new form loading