Click here to Skip to main content
15,879,490 members
Articles / Programming Languages / Visual Basic

Glass Style ProgressBar

Rate me:
Please Sign up or sign in to vote.
4.95/5 (17 votes)
26 Apr 2012CPOL1 min read 49.1K   2.5K   22  
A Glass style progress bar

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MBProgressBar", "MBProgressBar\MBProgressBar.vbproj", "{6538A7A7-6BF1-4908-A651-7F5801B91770}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MBProgressBarTest", "MBProgressBarTest\MBProgressBarTest.vbproj", "{EB54A151-51D8-4052-9A43-A4A31E5A92FD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6538A7A7-6BF1-4908-A651-7F5801B91770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6538A7A7-6BF1-4908-A651-7F5801B91770}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6538A7A7-6BF1-4908-A651-7F5801B91770}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6538A7A7-6BF1-4908-A651-7F5801B91770}.Release|Any CPU.Build.0 = Release|Any CPU
		{EB54A151-51D8-4052-9A43-A4A31E5A92FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EB54A151-51D8-4052-9A43-A4A31E5A92FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EB54A151-51D8-4052-9A43-A4A31E5A92FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EB54A151-51D8-4052-9A43-A4A31E5A92FD}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Software Developer
India India
It always seems good to hear about me, but the thing I do is I code. I'm Interested in Designing Windows Based Application, Web Applications and building Mobile Applications. Currently restricting it to Android 4.0 applications, building Internet Based Applications using ASP.NET and contributing to bring the student community to a position which will help technology to reach the greatest heights ever. A very Big fan of Microsoft & Android..!!

Comments and Discussions