Adding Two TrackBar to UserControl

Apr 26 2013 1:26 AM

I am working TrackBars, I have to add two TrackBars in a single UserControl in parallel, so I can use them one as for "Low Value" and second as for "High Value".

A similar question,below is the link:

How to make a SlideBar(TrackBar) that have two handles(needles)

I am attaching an image below which I started designing, I have added tool tips as well but now I am stuck on how to override or add extra features to take values from both of the Track bars into separate Text Boxes/Labels etc, and also bound them not to overlap each other means, Min(Low) won't exceed the Max(High)