Click here to Skip to main content
15,886,258 members
Articles / Programming Languages / C#

Owner-drawn trackbar(slider)

Rate me:
Please Sign up or sign in to vote.
4.68/5 (44 votes)
30 Jan 2007LGPL32 min read 230K   14.9K   93  
Implementing a Windows Forms owner-drawn trackbar (slider) control in C#.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorSliderTest", "ColorSliderTest\ColorSliderTest.csproj", "{E208C1C9-FD79-4E94-8DDE-7FF57C1603DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorSlider", "ColorSlider\ColorSlider.csproj", "{16E224DC-7FF0-4908-8318-D6A3AC2E797A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E208C1C9-FD79-4E94-8DDE-7FF57C1603DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E208C1C9-FD79-4E94-8DDE-7FF57C1603DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E208C1C9-FD79-4E94-8DDE-7FF57C1603DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E208C1C9-FD79-4E94-8DDE-7FF57C1603DE}.Release|Any CPU.Build.0 = Release|Any CPU
		{16E224DC-7FF0-4908-8318-D6A3AC2E797A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{16E224DC-7FF0-4908-8318-D6A3AC2E797A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{16E224DC-7FF0-4908-8318-D6A3AC2E797A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{16E224DC-7FF0-4908-8318-D6A3AC2E797A}.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 GNU Lesser General Public License (LGPLv3)


Written By
Architect Nokia Siemens Networks
Poland Poland
Michał is C# and whole .NET enthusiast. He graduated from computer science MSc studies at Wroclaw University of Technology, Poland.

He is interested in photography and diving. He is member of PADI, currently with divemaster certificate.

His favorite movies are Matrix, Amélie(Le Fabuleux Destin d'Amélie Poulain), Stargate SG-1 TV Serie and comedies of Mel Brooks.

Michał lives in Wroclaw, Poland. To contact Michał, email him at michal.brylka[mail-'"at'"-sign]op.pl.

Comments and Discussions