Tagged Questions
A trackbar is a sliding control that is occasionally used in winforms, jquery, webforms, XAML, and more.
5
votes
4answers
926 views
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 there "native Delphi" components that are meant for this purpose or that can simulate it ...
4
votes
3answers
1k views
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 grey while the TabPage is being drawn as white. There is no way to set the BackColor ...
2
votes
1answer
373 views
How can I move the TrackBar in response to mouse events in C#?
This is probably a n00b query. I have a need where I want to change the trackbar value based on a mouse down event. This I achieved as follows:
private void MoveTrackBarToMouseClickLocation(TrackBar ...
2
votes
2answers
566 views
How can I bind a winforms Opacity to a TrackBar (slider)
I've got a winform with a BindingSource that has an int property named Opacity in its DataSource. I also have a TrackBar on the winform that I want to use to control the Opacity of the winform.
...
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
157 views
Control the computer's volume in C#
Is there a way to control the computer's actual volume in C# and display that in a vertical track bar??
I have tried practically everything, but there must be something I am missing.
Thanks.
1
vote
2answers
581 views
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 refreshed. Have a look at this code:
trackBar_ValueChanged(object sender, EventArgs e)
{
...
1
vote
1answer
518 views
TrackBar Control acting as a Range Selector with Multiple Thumbs
I am after a control which works similarly to a TrackBar control but has three thumbs, one for selecting a value and two others for selecting the minimum and maximum values on the same control.
I ...
1
vote
1answer
594 views
Slider/Trackbar alternative
Anyone know of a custom control that looks like this and works similarly to slider or trackbar?
I tried googling but all I found was this, w/c is similar to the built-in trackbar control in VS2008.
...
1
vote
2answers
428 views
How can I sync the values of NumericUpDown and TrackBar controls in WinForms?
I have simple Windows Forms application (not WPF), and I have two controls on it:
TrackBar
NumericUpDown
I want to make some binding between them so if one of them has its value change, the other ...
1
vote
1answer
402 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
394 views
Trigger event on trackbar ValueChanged, but not in code
I want to be able to modify the value property of a trackbar in code without triggering my event handler. I wish to trigger the event only when the control is changed by the user by dragging the ...
1
vote
1answer
508 views
How do I get the trackbar value?
I feel a little silly asking this, seems pretty simple but I can't find the solution anywhere.
I have a trackbar made in visual studio 2008 and I want to use it to adjust an image threshold but I ...
1
vote
2answers
579 views
How to set custom ticks on a TTrackBar in Delphi 2010?
I tried to set the tick style to tsManual, the min and max position to 1 and 100 respectively and add ticks at 9, 19, 79 and 89 and no ticks are shown at all except the detault first and last which ...
1
vote
1answer
2k views
C# /windows forms: linking trackbar and textfield with a factor
linking a trackbar and a textfield is very easy in windows forms.
it is like this:
textBox.DataBindings.Add("Text", trackBar, "Value");
the problem is, that trackbars only allow for integer values ...
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
41 views
Identify a color range in a image using QT and openCV
How do I detect one color without using Trackbar (identify one color range)?
I'm trying to get all colored object within that range and i'm using QT and openCV.
I've attached this code using ...
0
votes
1answer
63 views
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++.
When I define my trackbar let's say in the constructor method of my .cpp class how can I ...
0
votes
0answers
38 views
how to use video.seekcurrentposition in c#?
I'm trying to create a video player using de Microsoft.Directx.AudioVideoPlayback namespace. But i don't know how to use Video.seekcurrentposition method .I have a idea to use trackbar. I'm set ...
0
votes
1answer
78 views
Values on trackbar
Quick question;
In C#, Windows Forms, is it not possible, to have a System.Windows.Forms.TrackBar show all its values, next to its ticks?
I have not been able to find any way of doing this, which ...
0
votes
2answers
118 views
can't get value of trackbar on menu strip
I've added a trackbar to menu strip manually because vs 2008 doesn't allow me to do.
However, i can't get the value of trackbar.
Form1.cs:
...
0
votes
2answers
88 views
c# save trackbar.value
I'm trying to save a TrackBar value to a variable but can't manage to do it since the value changed all the time.
void VolumeBarScroll(object sender, System.EventArgs e)
{
int a = ...
0
votes
3answers
173 views
c# Trackbar increase/decrease
I am really new to C# and do have a few problems with the trackbar.
I am trying to increase/decreasing the volume by adjusting the trackbar up and down.
I do have two commands that I can send with a ...
0
votes
2answers
231 views
c++ win32 change trackbar background color
I have a win32 API, developed in c++ and i can't find any useful information regarding how can i change the background color of a Trackbar component in windows Vista and above?
I am looking for a ...
0
votes
1answer
290 views
C#: Media player controls (Trackbar / Sliders / ..)
i'm currently porting a media player delphi application to C# and therefore i need some advanced controls for winforms. In fact they should give me the possiblity to create such a style:
Trackbar:
...
0
votes
0answers
79 views
c# easiest way to draw a line behind a trackbar
i am creating a application in c# and i would like to get the same effect on a trackbar component, like in the system volume application in windows 7 (the green line which represents the current sound ...
0
votes
2answers
202 views
Dynamically created trackbars and Labels and linking them together in C#
I am trying to create trackbars and labels dynamically. In which if a user inputs a number like 4, it creates 4 trackbars and 4 labels. Then if the user moves any of the dynamically created trackbar ...
0
votes
2answers
250 views
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 lines on the trackbar to mark a specific point/value?
Also, how do I hide the ticks in the ...
0
votes
0answers
83 views
Determine exact tick locations on TrackBar
I need to know the exact location of the TrackBar slider when the user moves it relative to the form.
I need to move another control and line it up with the current tick mark.
What is the most ...
0
votes
1answer
82 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?
0
votes
1answer
276 views
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 replicate that using a C# program.
I've figured out that the track bar only does integer values, so ...
0
votes
1answer
508 views
Adding a TrackBar in ToolStrip
I am trying to add a TrackBar in my ToolStrip. I have found this code somewhere on the net but I am not sure how to use it as it should be compiled maybe?
Code
/// <summary>
/// Adds ...
0
votes
2answers
377 views
Implementing a tooltip on a trackbar in c#
I am trying to implement a trackbar with a tooltip. What I want is that the tooltip to appear at certain values when the trackbar is scrolling and then disappear ( and appear at the x,y coordinate of ...
0
votes
2answers
546 views
Adding a TrackBar control to a ContextMenu
Is it possible to add a TrackBar control to a ContextMenu? So when I right click, my ContextMenu will drop down and a TrackBar will appear as a menu item?
0
votes
1answer
337 views
Using trackbar to adjust color filter of an image
I m trying to do wat my title above says however i m there is no change on my pic when i scroll the trackbar. i noe there is sth missing in my code ... can anyone help me out with this ? greatly ...
0
votes
2answers
577 views
Image Zoomer tool in c#
I am trying to make a trackbar which will zoom in and out on a picture in a picturebox. This is my current code:
namespace Zoom_in_and_Out_Tool
{
public partial class Form1 : Form
{
...
0
votes
2answers
92 views
how do I read data from a control array in C#
I have the following trackbar controls which I have added to a tabpage 'tab1':
TrackBar[] tbs = new TrackBar[nooftbsneeded];
// Add TrackBars
TrackBar ...
0
votes
1answer
414 views
binding textbox with trackbar and with field in class
Hi
I have problem with binding textbox with trackbar and with a property in class.
I bind a textbox.text property to field
`Progress`
in my object. Next I managed to bound property Value from ...
0
votes
3answers
524 views
System.Windows.Forms.Trackbar - how to prevent user from dragging the slider?
Is there some way to (temporarily) prevent user from changing the value of TrackBar by dragging the slider? Only way I found is to set Enabled property to false but it also greys out the trackbar.
...
0
votes
1answer
526 views
Question about WinForms TrackBar control in .Net
Does anyone know the millisecond interval, used by the framework trackbar, between calling the ValueChanged event when moving the grip with a mouse?
I've implemented my own trackbar and I'd like the ...