trackbar Questions

9

Solved

I am working on a pretty basic C# visual studio forms application but am having some issue getting the track bar to act as I want it to so hoping someone in the community might have a solution for ...
Stipendiary asked 9/2, 2012 at 23:39

2

I am trying to include negative values in the range of the Trackbar of cv2.createTrackbar. But each time I run the script, the negative values are not considered. How could I include the negative...
Shake asked 7/9, 2018 at 14:51

2

Solved

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, ...
Legatee asked 24/5, 2011 at 14:20

2

Solved

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 pa...
Singer asked 9/3, 2009 at 10:30

2

Solved

I am trying to duplicate the behaviour of PAINT application in Win 7 zoom track bar: (I know it's a common track bar control) The 100% is located in the center. and it has 11 available positions...
Ioab asked 30/1, 2013 at 11:39

5

Solved

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 e...
Supposititious asked 8/12, 2010 at 12:58

1

Solved

I would like to know how to make my second trackbar.position mirror in the opposite direction of trackbar1.position. eg. Range from 1 to 100. So When TrackBar1.Position := 2, then trackbar2.Posi...
Fedak asked 16/5, 2012 at 9:34

1

Solved

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 tra...
Libertinism asked 13/4, 2011 at 12:25
1

© 2022 - 2025 — McMap. All rights reserved.