I have three scrollbars each with a button that is moved to the right increasing the value. That part is similar to setting the volume control but instead of calling a method to play a sound file, after the three sliders are set, there will be a method to display an image. It is actually a radiograph and the values are mA, kVp and time. If the values are set too low, the displayed radiograph will be too light. If they are too high, the radiograph will be too dark. There is another button to display a technique chart. I'm having trouble getting the mouse cursor to drag the slider along the scroll bar. Currently, I can drag the slider. It temporarily "sticks" to the scrollbar but if I keep dragging, I can pull it off the bar.
Do you remember how you did the volume slider?
Thanks.