Click here to Skip to main content
15,885,366 members
Articles / Programming Languages / Visual Basic

Advanced TrackBar (Slider) Control with MAC Style (C# & VB.NET)

Rate me:
Please Sign up or sign in to vote.
4.63/5 (49 votes)
24 Nov 2006CPOL4 min read 302.7K   20.4K   106  
An advanced TrackBar (Slider) control that supports MAC Style and many other features
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MACTrackBarLib", "MACTrackBarLib\MACTrackBarLib.csproj", "{77A112B1-5440-440B-A0F6-2EDCC5B093CB}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{88737E8F-582E-41A6-AAD6-BF923C2757B4}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{77A112B1-5440-440B-A0F6-2EDCC5B093CB}.Debug.ActiveCfg = Debug|.NET
		{77A112B1-5440-440B-A0F6-2EDCC5B093CB}.Debug.Build.0 = Debug|.NET
		{77A112B1-5440-440B-A0F6-2EDCC5B093CB}.Release.ActiveCfg = Release|.NET
		{77A112B1-5440-440B-A0F6-2EDCC5B093CB}.Release.Build.0 = Release|.NET
		{88737E8F-582E-41A6-AAD6-BF923C2757B4}.Debug.ActiveCfg = Debug|.NET
		{88737E8F-582E-41A6-AAD6-BF923C2757B4}.Debug.Build.0 = Debug|.NET
		{88737E8F-582E-41A6-AAD6-BF923C2757B4}.Release.ActiveCfg = Release|.NET
		{88737E8F-582E-41A6-AAD6-BF923C2757B4}.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
Web Developer
Vietnam Vietnam
Founder & Manager of X-Component (MAC-UI Suite, XP-UI Suite, IDE-UI Suite...)
URL: http://www.x-component.com

MCP with below MS certifications.
- MFC
- VC++ Desktop
- VC++ Distributed

Comments and Discussions