Basically it's a normal form without borders that is shown while your main
form is loaded, this is from a post of this NG a while ago:
private SplashScreen splash;
public Form1()
{
splash = new SplashScreen();
splash.Show();
Application.DoEvents();
...
}