Coding for Fun and musing on gaming and development
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
A Pretty Good Splash Screen in C# - Tutorial on how to build a full featured splash page (includes fading, progress bar, etc)
Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.
Name (required)
E-mail (required)
Website
Remember me
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