Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / Windows Forms

A Pretty Good Splash Screen in C#

Rate me:
Please Sign up or sign in to vote.
4.90/5 (309 votes)
28 Jun 2014CPOL13 min read 1.7M   57K   868  
A splash screen with some neat predictive progress bar features
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SplashScreen", "SplashScreen.csproj", "{743EDB81-D2AC-4A52-A313-50BD4229401B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestIt", "TestIt\TestIt.csproj", "{9F926100-1579-4A7F-B0C9-05DC18342106}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{743EDB81-D2AC-4A52-A313-50BD4229401B}.Debug.ActiveCfg = Debug|.NET
		{743EDB81-D2AC-4A52-A313-50BD4229401B}.Debug.Build.0 = Debug|.NET
		{743EDB81-D2AC-4A52-A313-50BD4229401B}.Release.ActiveCfg = Release|.NET
		{743EDB81-D2AC-4A52-A313-50BD4229401B}.Release.Build.0 = Release|.NET
		{9F926100-1579-4A7F-B0C9-05DC18342106}.Debug.ActiveCfg = Debug|.NET
		{9F926100-1579-4A7F-B0C9-05DC18342106}.Debug.Build.0 = Debug|.NET
		{9F926100-1579-4A7F-B0C9-05DC18342106}.Release.ActiveCfg = Release|.NET
		{9F926100-1579-4A7F-B0C9-05DC18342106}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Product Manager
United States United States
I've been programming in C, C++, Visual Basic and C# for over 35 years. I've worked at Sierra Systems, ViewStar, Mosaix, Lucent, Avaya, Avinon, Apptero, Serena and now Guidewire Software in various roles over my career.

Comments and Discussions