Hello,
I've spent the last couple of days trying to make an RGB slider
bank like those you'd see in most paint packages-- Three
horizontal scrollbars, with a little color 'swatch' showing the
current (24-bit) color determined by the combined values of the
sliders.
The whole application that the slider-bank is a part of is a
single-dialog, modal program with multiple text, combo, and
list boxes along with a fair amount of buttons. Some of these
text boxes rely on the RGB information provided from the
sliders.
Any examples, ideas, suggestions, would be DEEPLY appreciated!
BTW, I'd be happy to send what I've got so far if requested.
To make matters worse, I'm supposed to have this little app
done by tommorrow morning.
Thanks in advance!
Scott Martindale
I've spent the last couple of days trying to make an RGB slider
bank like those you'd see in most paint packages-- Three
horizontal scrollbars, with a little color 'swatch' showing the
current (24-bit) color determined by the combined values of the
sliders.
The whole application that the slider-bank is a part of is a
single-dialog, modal program with multiple text, combo, and
list boxes along with a fair amount of buttons. Some of these
text boxes rely on the RGB information provided from the
sliders.
Any examples, ideas, suggestions, would be DEEPLY appreciated!
BTW, I'd be happy to send what I've got so far if requested.
To make matters worse, I'm supposed to have this little app
done by tommorrow morning.
Thanks in advance!
Scott Martindale
Comment