trackbar
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.[详细]
2023-04-09 06:06 分类:问答C#: Media player controls (Trackbar / Sliders / ..)
i\'m currently porting a media player de开发者_StackOverflow中文版lphi application to C# and therefore i need some advanced controls for winforms. In fact they should give me the possiblity to create[详细]
2023-04-03 05:00 分类:问答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 mo[详细]
2023-04-02 04:27 分类:问答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 Idraw lines on the trackbar to mark a specific point/value?[详细]
2023-04-01 23:40 分类:问答SDL: How to create simpli slider and manipulate its position via mouse?
So I want to 开发者_StackOverflow中文版create a gui for my game. I want to create a draggable slider. How to do such thing having 2 images - track and ball?Use some of SDL gui library rather than writ[详细]
2023-03-13 17:43 分类:问答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.[详细]
2023-03-07 21:21 分类:问答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 sam[详细]
2023-02-10 04:15 分类:问答Slider/Trackbar alternative
Anyone know of a custom control that looks like this Volume control http://img806.imageshack.us/img806/9366/volumecontrol.png and works similarly to slider or trackbar?[详细]
2023-02-07 00:55 分类:问答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[详细]
2023-02-04 23:14 分类:问答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?If your context menu is a Con[详细]
2023-01-29 02:15 分类:问答