Click here to Skip to main content
15,881,852 members
Articles / Programming Languages / C#

A custom range selector control in C# (with a little animating slider)

Rate me:
Please Sign up or sign in to vote.
4.27/5 (28 votes)
20 Aug 2008CPOL8 min read 180.2K   12.2K   80  
At times, business needs are so unique that we have to write new controls in addition to the existing Toolbox provided controls. This article explains how to write such a unique control, named Range Control. Control source and a sample app are included.
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="TestApplication">
</Property><Property Name="Solution File" Value="C:\BK\Projects\RangeControl\TestApplication\TestApplication.sln">
</Property><Property Name="Date" Value="Wednesday, August 20, 2008">
</Property><Property Name="Time" Value="19:19 PM">
</Property></Properties><Event ErrorLevel="0" Project="TestApplication" Source="TestApplication.csproj" Description="Project converted successfully">
</Event><Event ErrorLevel="3" Project="TestApplication" Source="TestApplication.csproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="" Source="TestApplication.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="TestApplication.sln" Description="Converted">
</Event><Event ErrorLevel="0" Project="TestApplication" Source="TestApplication.csproj" Description="Scan complete: Upgrade not required for project files.">
</Event></UpgradeLog>

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 (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions