Top "Trackbar" questions

a graphical widget in Winforms, also called a slider in other environments.

Customizing the TrackBar control in .NET

I am trying to develop application that would let me mark A-B points on the timeline. How do I draw …

c# .net winforms user-controls trackbar
Track Bar Only fire event on final value not ever time value changes

I am working on a pretty basic C# visual studio forms application but am having some issue getting the track …

c# visual-studio-2010 trackbar
How do I label the minimum, maximum, center ticks in a .net 3.5 trackbar?

I need to set a voltage in an application. I'm used to using sliders in Labview, and would like to …

c# .net-3.5 trackbar
OpenCV trackbar callback in C++ class

I have a question about how to define the callback for trackbars in OpenCV when working with classes in C++. …

c++ opencv callback trackbar
Component (similar to trackbar) to enter a range of values

I need a component for entering ranges. I was thinking along the lines of a trackbar with two markers. Are …

delphi components trackbar
Values on trackbar

Quick question; In C#, Windows Forms, is it not possible, to have a System.Windows.Forms.TrackBar show all its …

c# winforms trackbar
How to check for TrackBar sliding with mouse hold and release

I have a trackbar in my WinForms program which by moving it a huge and time consuming method will be …

c# winforms mouseevent mouse trackbar
Slider/Trackbar alternative

Anyone know of a custom control that looks like this Volume control http://img806.imageshack.us/img806/9366/volumecontrol.png and …

c# winforms user-controls custom-controls trackbar
Trackbar Background in a TabControl

I have a TrackBar control on a TabPage inside a TabControl. The background of the TrackBar is being drawn in …

c# winforms trackbar