Windows Forms Splash Screen - Show a form while loading main form
问题 I am trying to make the splash screen appears first and after the splash, the MainForm appears. But the progress bar which I have in splash screen don\'t get to the end of the bar. And the program continues running and not works. How can I show the splash screen during loading the main form? My code It\'s something like that : public partial class SplashForm : Form { public SplashForm() { InitializeComponent(); } private void SplashForm_Load(object sender, EventArgs e) { timer1.Enabled = true