Antoine
Regular
Dear all,
In VB.NET Pro 2003 I always managed to make the forecolor of a label control nicely fade into the background using
Where a is counted up or down to get a nice smooth fading effect. BUT now in VB.NET Express 2005 this code doesn't work anymore ??? I tried several options, like transparent backcolor, and the Usecompatibletextrendering but nothing works. The text simply stays opaque. The color is changeable though if I edit the red/green/blue values, but the alpha value doesn't do anything.
I can use the opacity function with forms though, so it's not a video driver issue imho.
Thanks in advance !
Regards
Antoine
In VB.NET Pro 2003 I always managed to make the forecolor of a label control nicely fade into the background using
Code:
lblSomething.Forecolor = Color.FromArgb(a, 255, 255, 255)
I can use the opacity function with forms though, so it's not a video driver issue imho.
Thanks in advance !
Regards
Antoine