Coloring bars?
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts
Page 1 of 1
Hello,
was wondering who can helpme with this part
what we like to have is
when we are loading bars in our panel
we like to change them with colors
we like to start with color white as backcolor
then when a new bar is added we like to have that bar as color 215,228,211
then we add a new bar then we get back the color white
ect....
it has to be going automatic ;) changing those backcolors
how someone can help me out.
Thanks
was wondering who can helpme with this part
what we like to have is
when we are loading bars in our panel
we like to change them with colors
we like to start with color white as backcolor
then when a new bar is added we like to have that bar as color 215,228,211
then we add a new bar then we get back the color white
ect....
it has to be going automatic ;) changing those backcolors
how someone can help me out.
Thanks
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
Can you clarify your question a bit.
Do you want the bar to change color like this?
If not can you give a quick image of what you're looking for
Do you want the bar to change color like this?
If not can you give a quick image of what you're looking for

You do not have the required permissions to view the files attached to this post.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
hmmm nice try 
but no
i want this

but no
i want this

You do not have the required permissions to view the files attached to this post.
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
You could use a boolean and change its true/false each time you add a bar...
Code: Select all
Default your bars to have a white background and then check it when adding each bar and changing its value , example;Dim BarBackCol as boolean = true
Code: Select all
Should workIf (BarBackCol) then
Change background colour to gray
BarBackCol = false
else
BarBackCol = true
end if
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
OMG...
you are an angel
thanks works like a charm
result:
love you
you are an angel

thanks works like a charm
result:
love you

You do not have the required permissions to view the files attached to this post.
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023