Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Right Justify in a listbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00153254
Message ID:
00153275
Vues:
22
Hi Marcus....

Create a form, add a listbox, and finally, add this code to the init() of the listbox:

for x = 1 to 100
this.additem(padl(x,10))
next x

This should get you started...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform