Fading labels

  • Thread starter Thread starter RD
  • Start date Start date
R

RD

Anybody have a good way to fade the caption of a label in and out? Actually,
I'd like to fade one label out as I fade another one in. I figure I'm going to
be using the timer. I've never used the timer before ... never needed to.

Most of the functionality of this app is going to be a cake-walk so I thought
I'd give the users a little bit of eye candy on the splash screen.

Thanks,
RD
 
Try slowly altering the ForeColor of the labels from white to black
(fade-in) and black to white (fade-out). You'll have to play around to
figure out the value for the ForeColor to get the shading just right or
if you're not using a black/white color scheme. Also, be certain to set
the BackGround property to transparent.
 
Thanks.

Try slowly altering the ForeColor of the labels from white to black
(fade-in) and black to white (fade-out). You'll have to play around to
figure out the value for the ForeColor to get the shading just right or
if you're not using a black/white color scheme. Also, be certain to set
the BackGround property to transparent.
 
Back
Top