Hi there,
In the gui I am developing I need a track bar with two slides (in order to define a range)
Something similare to :
------------<----------------------->------------------
Can anyone help me?
Many thanks
Printable View
Hi there,
In the gui I am developing I need a track bar with two slides (in order to define a range)
Something similare to :
------------<----------------------->------------------
Can anyone help me?
Many thanks
yes
Something like this should be good enough
http://www.codeproject.com/KB/select...geControl.aspx
You need to design your own control, best way you do a userdefined Ownerdrawn control maybe with a ruler as a base and the sliders on it. Will be a lot of work.
For how to design a ruler look here
http://www.codeproject.com/KB/cs/Biz...02#xx3104702xx
There are alredy rulers in this project. So you can adapt this part to your needs.
But as I just have seen Shuja pointed to a alredy completed Range selector Control. So maybe his link will fit exactly to your needs