Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Add Image to ListBox
Message
 
À
23/04/2001 08:12:39
Edward See
Magicalogic Consultancy System
Quezon, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00498509
Message ID:
00498523
Vues:
11
>anybody,
>how do we add an image to each listitem of a listbox ?
>or do we have to resort to a listview ocx with an imagelist ocx ?
>the listbox is for choosing output to different formats
>ed

Here is the code with the VFP listbox

WITH MyListBox
.ADDITEM(tcDescription)
lnRow = .LISTCOUNT
.PICTURE(lnRow) = "MyPicture.bmp"
ENDWITH

Marcel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform