Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Splash Loading Page

Im about to start working on a big application (big for me anyway :P) and i was wondering, how do i create a splash page for the program that shows up as soon as the exe is launched and disappears when all of the exe is loaded?

like image 431
Ozzy Avatar asked Jun 02 '09 15:06

Ozzy


1 Answers

MS made this easy if you're using VB.NET. However, you can still make this work in C#. Have a look at WindowsFormsApplicationBase.

See this question, too.

like image 66
Jon B Avatar answered Oct 13 '22 12:10

Jon B