-
I want to make a progress bar OCX which shows the rainbow like colors in the picturebox rather than boring conventional blue Progress Bar. I have done the color settings and all but I don't know how to set the "Value" , "Min" and "Max" properties.
If someone knows it please help me.
Thanks in advance :D
:p Kinjal :p
-
Problem is, min, max and value are all numeric, usually between 0 and 100.
one possiblity would be each colour to be an individual control- and then they become visible in accordance with the value.
Actually, i probably shouldn't have bothered replying- haven't exactly helped
Ah well.
-
I actually am doing the same, bothering to reply without knowing why.
Don't have tons of controls making graphical effects, bazza, that will drain both resources and RAM.
I had posted some code to make a statusbar going from one color to another, just search for it "kedaman statusbar" or somthing