Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX Image Control change of images in the instance
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00608780
Message ID:
00608930
Vues:
15
This message has been marked as the solution to the initial question of the thread.
Nope, the ImageList ActiveX is initiated like the following:
(suppose that This.ImgList is your ImageList)
This.ImgList.ListImages.Clear &&To clear the image list
This.ImgList.ListImages.Add(,"rocket",LoadPicture("icons\industry\rocket.ico"))
This.ImgList.ListImages.Add(,"jet",LoadPicture("icons\industry\plane.ico"))
This.ImgList.ListImages.Add(,"car",LoadPicture("icons\industry\cars.ico"))
The above code is adopted from VB to VFP by me (source Windows Controls Help - ImageList - to call it in design time press the right button on your ImageList Control and from the context menu choose Help)

Kind Regards
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform