Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I add a Checkmark to a listbox
Message
De
29/07/1998 19:42:54
 
 
À
29/07/1998 12:15:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00122345
Message ID:
00122534
Vues:
10
>In Fox DOS the CHR(251) worked, but in VFP I can't get it to work.

If you want to make it look quite nice, try the .picture property
myList.picture(x)= "ticked.bmp"
myList.picture(x)= "unticked.bmp"
where x is the list index
and you can capture/create use any .bmp file (also use a mask, .msk, file for best effect)
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform