[RESOLVED] [2008] Slider control for WinForms
I was experimenting with WPF the other day and I saw the slider control... So I realised that there is no slider control in WinForms... And yet I'm working on a project which would look much better with the sliders. So, my question, is there a way to use the slider from WPF? If it's too complex or not possible, does anyone know of a slider control I may get for free? I'm not too good at GDI+, or I would have made one myself :( Btw, switching my project to WPF unfortunately is not an option.
Re: [2008] Slider control for WinForms
couldn't you use the trackbar control?
Re: [2008] Slider control for WinForms
Quote:
Originally Posted by .paul.
couldn't you use the trackbar control?
Damn, who makes up these names... And all the time I was searching for a contol named Slider... Yeah, that's exactly what I need. Thanks :thumb: