Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer to refresh a listbox?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00268284
Message ID:
00268287
Vues:
20
Hi Steve,

>I was wondering how to set up a timer to refresh my listbox once every minute?
>I am showing an elapsed time in one column of my listbox which is working. Now I just need the timer to refresh/update that column once every minute so that the elasped time keeps increasing.
>It must be easy, but I have never done it.

Drop a Timer on to your form, and set the Interval property. Its in Millisecods so every Minute would be 60000 (I think?). Then put the code that you want it to execute every minute in the Timer method. Does this help?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform