Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX ImageList
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00158296
Message ID:
00158492
Views:
15
Try

WITH THISFORM.ImageList1.ListImages

FOR x = 1 TO .Count

? .Item(x).Index
? .Item(x).Key
? .Item(x).Tag

NEXT x

ENDWITH


>Does anyone know a way of extracting
>the key or tag values from an image
>list control in the form of an entire
>list that I can print out?
Geno Prida
Watson Wyatt Worldwide
geno_prida@watsonwyatt.com
Previous
Reply
Map
View

Click here to load this message in the networking platform