i want to check if two image boxes are displaying the same picture? ive tried
if image1.picture = image2.picture then
bla bla bla
but it hasnt worked? any other suggestions?!
Printable View
i want to check if two image boxes are displaying the same picture? ive tried
if image1.picture = image2.picture then
bla bla bla
but it hasnt worked? any other suggestions?!
When you load the image control with a picture record the file path of the picture into a string variable. When you want to compare the pictures of two image boxes just compare their file paths. If the filepaths are the same then I guess you have a match.
Hope this helps.
Drewski
cheers its working now!