Need TrackBar Multiple Bars

I know that the TrackBar object probubly dosn't allow this, but i am just using this as an example for what i am looking for [see attached file]
Now i need something like that, a Trackbar that allows you to have multiple things to move arround.
Any ideas?
[278 byte] By [JustinMs66] at [2007-11-20 11:42:00]
# 1 Re: Need TrackBar Multiple Bars
Create your own.
jmcilhinney at 2007-11-9 11:37:01 >
# 2 Re: Need TrackBar Multiple Bars
and can you point me in the right direction on how to do that?
JustinMs66 at 2007-11-9 11:38:01 >
# 3 Re: Need TrackBar Multiple Bars
If I wanted to do that the first place I'd look would be MSDN, where there's plenty of information on authoring your own controls. I'd also use .NET Reflector to look at the source code for the existing TrackBar class to see if I could get any ideas.
jmcilhinney at 2007-11-9 11:39:00 >