|
-
Nov 16th, 2001, 12:20 PM
#1
Thread Starter
Member
Images
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?!
-
Nov 16th, 2001, 12:43 PM
#2
Addicted Member
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
I see said the blind man as he spat into the wind.
It all comes back to me now!
A.D.T.'s VB
-
Nov 16th, 2001, 12:53 PM
#3
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|