C# Splash Screen

Posted on November 24th
From CodeProject.com (via James Avery's Blog);
A Pretty Good Splash Screen in C# - Tutorial on how to build a full featured splash page (includes fading, progress bar, etc)


Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

I've found that on older machines it can take up to 20 seconds for the .NET framework to load before ay of my .NET code runs.

This means that my splashscreen code isn't run until the .NET framework is loaded.

Is there any way to get the splashscreen code to run before the .NET framework is loaded?

did not work in .net 2.0