Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make the “marquee” in a form
Message
De
12/04/2004 04:22:05
 
 
À
12/04/2004 04:12:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00893966
Message ID:
00893969
Vues:
16
Suppose you have your object Label1 in a container try this with a timer.Set the timer interval to 10. Just try it might work.

if This.Parent.Container1.Label1.left<>(This.Parent.Container1.Label1.width)*-1
This.Parent.Container1.Label1.left=This.Parent.Container1.Label1.left-1
endif
if This.Parent.Container1.Label1.left=(This.Parent.Container1.Label1.width)*-1
This.Parent.Container1.Label1.left=This.Parent.Container1.width
endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform