Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dataset Filter Interger Pin
mikasa12-Jul-04 5:59
mikasa12-Jul-04 5:59 
GeneralSerializing, add new member var problem. Pin
Steve Schaneville29-Jun-04 3:28
professionalSteve Schaneville29-Jun-04 3:28 
GeneralRe: Serializing, add new member var problem. Pin
turbochimp29-Jun-04 4:45
turbochimp29-Jun-04 4:45 
GeneralRe: Serializing, add new member var problem. Pin
Steve Schaneville6-Jul-04 2:59
professionalSteve Schaneville6-Jul-04 2:59 
GeneralRe: Serializing, add new member var problem. Pin
Heath Stewart29-Jun-04 6:30
protectorHeath Stewart29-Jun-04 6:30 
GeneralRe: Serializing, add new member var problem. Pin
Steve Schaneville6-Jul-04 3:01
professionalSteve Schaneville6-Jul-04 3:01 
GeneralTrackbar with multiple scrollers Pin
fp1229-Jun-04 3:07
fp1229-Jun-04 3:07 
GeneralRe: Trackbar with multiple scrollers Pin
Heath Stewart29-Jun-04 6:20
protectorHeath Stewart29-Jun-04 6:20 
You migth consider searching CodeProject first. There are thousands of articles and just as much sample source code. A search on slider[^] yields several good results, like Audio Mixing Console Fader/slider Control[^].

Now what exactly to you mean by "a trackbar with several scrollers on it."? Do you mean the actual track bars? The easiest way would be to wrap several TrackBar controls in a UserControl, with properties to get and set the values of each. The TrackBar control - like most controls in Windows Forms - actually encapsulate Windows Common Controls - native controls that typically let you override behavior like painting and view, but not something so vast as expanding the number of trackbars for a component. A composite control (what I mentioned above) is a much better way of doing this.

 

Microsoft MVP, Visual C#
My Articles
GeneralRotating Pin
sreejith ss nair29-Jun-04 1:40
sreejith ss nair29-Jun-04 1:40 
GeneralRe: Rotating Pin
Dave Kreskowiak29-Jun-04 4:48
mveDave Kreskowiak29-Jun-04 4:48 
Generalusing unsafe code in c# Pin
Gobu SK29-Jun-04 1:33
Gobu SK29-Jun-04 1:33 
GeneralRe: using unsafe code in c# Pin
lesnikowski29-Jun-04 2:19
lesnikowski29-Jun-04 2:19 
GeneralRe: using unsafe code in c# Pin
Gobu SK29-Jun-04 2:48
Gobu SK29-Jun-04 2:48 
GeneralRe: using unsafe code in c# Pin
Gobu SK29-Jun-04 4:47
Gobu SK29-Jun-04 4:47 
GeneralNewline in Textbox Pin
matthias s.29-Jun-04 1:09
matthias s.29-Jun-04 1:09 
GeneralRe: Newline in Textbox Pin
lesnikowski29-Jun-04 1:25
lesnikowski29-Jun-04 1:25 
GeneralRe: Newline in Textbox Pin
matthias s.29-Jun-04 1:37
matthias s.29-Jun-04 1:37 
GeneralRe: Newline in Textbox Pin
Roland Bär29-Jun-04 3:07
Roland Bär29-Jun-04 3:07 
GeneralThe controls in Parent form are shown above the child form Pin
Vipingn29-Jun-04 0:11
Vipingn29-Jun-04 0:11 
GeneralRe: The controls in Parent form are shown above the child form Pin
Dave Kreskowiak29-Jun-04 4:34
mveDave Kreskowiak29-Jun-04 4:34 
QuestionHow to obtain the exe name "iexplore.exe" of Internet Explorer using Process class Pin
ganeshvijay29-Jun-04 0:04
ganeshvijay29-Jun-04 0:04 
AnswerRe: How to obtain the exe name "iexplore.exe" of Internet Explorer using Process class Pin
turbochimp29-Jun-04 5:12
turbochimp29-Jun-04 5:12 
AnswerRe: How to obtain the exe name "iexplore.exe" of Internet Explorer using Process class Pin
Heath Stewart29-Jun-04 6:04
protectorHeath Stewart29-Jun-04 6:04 
GeneralRe: How to obtain the exe name "iexplore.exe" of Internet Explorer using Process class Pin
turbochimp29-Jun-04 7:06
turbochimp29-Jun-04 7:06 
AnswerRe: How to obtain the exe name "iexplore.exe" of Internet Explorer using Process class Pin
DavidR_r29-Jun-04 7:22
DavidR_r29-Jun-04 7:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.