Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS coolbar 6.0 - Imagelist
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00149740
Message ID:
00150849
Vues:
27
>Yes, George I can clearly see what you mean and pointing at.
>But what I was wondering about was how to get those list properties populated.
>They don't show up in my VFP property sheet.

Hi Yves,

I handle this programmatically in the form's .Init method, like so:
WITH ThisForm.Coolbar
  .ImageList = ThisForm.NormalIList
  .HotImageList = ThisForm.HotIList
  .DisabledImageList = ThisForm.DisabledIList
ENDWITH
hth,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform