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]

# 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.