I am new to VB hence what is going to be a very simple question for those of you that are more familiar with it.
Can anyone tell me the Hex code for the following please?
I have a single label called Colour, with three scroll bars, Red, Blue, Green. My objective is as the scroll bars move the colour gradually changes in the label.
I can do this with the code
lblColour.BackColor = RGB(HSRed, HSGreen, HSBlue)
but need to know how to use the Hex Colour coding instead of HSRed, GReen & Blue.
Can anyone help me - please....
ray:
Thank you
Can anyone tell me the Hex code for the following please?
I have a single label called Colour, with three scroll bars, Red, Blue, Green. My objective is as the scroll bars move the colour gradually changes in the label.
I can do this with the code
lblColour.BackColor = RGB(HSRed, HSGreen, HSBlue)
but need to know how to use the Hex Colour coding instead of HSRed, GReen & Blue.
Can anyone help me - please....
ray:
Thank you