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.
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
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
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?
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
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 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
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?
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
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