G
Guest
you can try something like this :
use a boucle ( something like this) :
for ( int i = 0; i < 100; i ++ )
{
this.Visible = -this.Visible
}
Bye.
use a boucle ( something like this) :
for ( int i = 0; i < 100; i ++ )
{
this.Visible = -this.Visible
}
Bye.