Click here to Skip to main content
15,881,172 members
Articles / Desktop Programming / Windows Forms

BusyBar

Rate me:
Please Sign up or sign in to vote.
4.84/5 (79 votes)
25 May 2005CPOL9 min read 250.1K   3.2K   170  
The only progress bar you will ever need
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusyBar", "BusyBar\BusyBar.csproj", "{FD64C73E-8997-45A3-9D27-6D685FC4E262}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusyBarLib", "BusyBarLib\BusyBarLib.csproj", "{D03D14DE-56C3-40BD-958B-D1191ABDCA0A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusyBarLibTest", "BusyBarLibTest\BusyBarLibTest.csproj", "{320B0CCA-4B88-4E74-96B6-77E026270274}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{FD64C73E-8997-45A3-9D27-6D685FC4E262}.Debug.ActiveCfg = Debug|.NET
		{FD64C73E-8997-45A3-9D27-6D685FC4E262}.Debug.Build.0 = Debug|.NET
		{FD64C73E-8997-45A3-9D27-6D685FC4E262}.Release.ActiveCfg = Release|.NET
		{FD64C73E-8997-45A3-9D27-6D685FC4E262}.Release.Build.0 = Release|.NET
		{D03D14DE-56C3-40BD-958B-D1191ABDCA0A}.Debug.ActiveCfg = Debug|.NET
		{D03D14DE-56C3-40BD-958B-D1191ABDCA0A}.Debug.Build.0 = Debug|.NET
		{D03D14DE-56C3-40BD-958B-D1191ABDCA0A}.Release.ActiveCfg = Release|.NET
		{D03D14DE-56C3-40BD-958B-D1191ABDCA0A}.Release.Build.0 = Release|.NET
		{320B0CCA-4B88-4E74-96B6-77E026270274}.Debug.ActiveCfg = Debug|.NET
		{320B0CCA-4B88-4E74-96B6-77E026270274}.Debug.Build.0 = Debug|.NET
		{320B0CCA-4B88-4E74-96B6-77E026270274}.Release.ActiveCfg = Release|.NET
		{320B0CCA-4B88-4E74-96B6-77E026270274}.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
United Kingdom United Kingdom
I discovered C# and .NET 1.0 Beta 1 in late 2000 and loved them immediately.
I have been writing software professionally in C# ever since

In real life, I have spent 3 years travelling abroad,
I have held a UK Private Pilots Licence for 20 years,
and I am a PADI Divemaster.

I now live near idyllic Bournemouth in England.

I can work 'virtually' anywhere!

Comments and Discussions