Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Images in Combo
Message
 
À
28/09/2005 05:55:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01053806
Message ID:
01053809
Vues:
21
>Hi All
>
>I need a help about this issue
>I have these colors as images (red, blue, yellow ...) and I don't know how to put all these images inside ComboBox (if that Possible) I mean I want these colors appear in combobox and what are value types of these colors in the table (memo or integer).
>
>thanks all
*** Assume you are IN ComboBox
FOR lnItems = 1 TO this.ListCount
    DO CASE
       CASE WantYellow
            this.Picture(lnItems) = "Yellow.ico"
       CASE WantRed
            this.Picture(lnItems) = "Red.ico"
       CASE WantBlue
            this.Picture(lnItems) = "Blue.ico"
    .....
    ENDCASE
ENDFOR
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform