Thread
:
Can we compare imagelist items?
View Single Post
#
2
(
permalink
)
06-02-2007, 06:03 PM
Erel
Administrator
Join Date: Apr 2007
Posts: 3,335
You could create an array and store the image index in the array:
Picn.Image = Imagelist.Item(x)
images(n) = x
To compare:
If images(n) = images(z) then ...
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel