Tagged Questions

2
votes
1answer
5k views

WinForms Volume Slider/Trackbar User Control

I'm looking for a trackbar-like user/custom control to use in my .NET 2.0 WinForms app. Note: I'm NOT asking how to control the volume in a WinForms app. Anyone knows of a nice looking custom ...
1
vote
1answer
403 views

How can I make a Slider (trackbar) to snap only to allowed values using WTL or WinApi

I need to make a custom control using WTL (or WinApi) that contains a slider that snaps only to some of the values. Let's say the range is 1 to 50, and i want to snap only to 0, 10, 20, and any value ...
1
vote
1answer
983 views

How do you make a Winform track bar (slider) behave sensibly on a touch-screen monitor

What's the easiest way to modify a Winforms track bar so that when a user clicks on it the track bar jumps to the location of the mouse? By default the track bar moves to half way between it's ...
0
votes
1answer
83 views

SDL: How to create simpli slider and manipulate its position via mouse?

So I want to create a gui for my game. I want to create a draggable slider. How to do such thing having 2 images - track and ball?