[Gambas-user] Blinking

Gianluigi bagonergi at gmail.com
Fri Apr 3 23:20:13 CEST 2020


Il giorno ven 3 apr 2020 alle ore 22:40 T Lee Davidson <
t.lee.davidson at gmail.com> ha scritto:

>
> Public Sub Timer1_Timer()
>
>    If Label1.Foreground = Color.Background Then
>      Label1.Foreground = Color.Foreground
>    Else
>      Label1.Foreground = Color.Background
>    Endif
>
> End
>

Nice I like it :-)

Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20200403/98334ce5/attachment-0001.html>


More information about the User mailing list