-
Hi, I have been looking for some kind of a control to insert a background picture for my form but I have not been able to do it yet. I have seen people doing it before. Also I need to know to fade a label forecolor!
Thanks for helping
-
You can use the image control to make set a background picture.
You can manipulate the color of a label's forecolor property by setting variables for the RGB function.
-
Actually, if you would like a picture in the background, you do not need an Image control. Just change the Form's Picture property.
Also, did you mean make the Label's colour fade as in a Gradient (the usualy background of a Setup file) or fade it to a different colour within an amount of time?
-
To Megatron
Hi, thanks for your time. I meant fade as in a Gradient like the setup files. About the background thing, the picture I have is very small and I want it to multiply it self. Like backgrounds in web sites.
Thanks