Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX Image Control change of images in the instance
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00608780
Message ID:
00608930
Views:
16
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!

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform