How to display text for while and Text disappears as fade out
Hi All
The scenario is such that the news is read from the database and each news is displayed for a few seconds and then fades out and the next news is displayed. just Like breaking news on news networks like Fox news and so on .. how can I do it? My main problem is how the text fades out and the next news is displayed? There are many examples of form fading in/out in Visual Basic 6, but not for text or label. Thanks all
Re: How to display text for while and Text disappears as fade out
You could use a control that has opacity, like LabelPlus or sButton.
And timers to change the opacity.