Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blinking Text on a Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00608639
Message ID:
00608646
Vues:
35
Hello Chad.

Can I make text blink on a VFP form? You could do it in FP2.6.

You can create your own custom blinking label class by dropping a label and a time into a container. You set the container's BackStyle to 0-Transparent and its BorderWidth to 0. Set the timer's Interval to 300 and put this code in the Timer's Timer method:
WITH This.Parent.lblBase
  .Visible = !.Visible
ENDWITH	
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform