Hi to all!

How can i check what picture is loaded in an image control?

I've tried this code, but doesn't work:

If image1.picture = "C:\computer.ico"
msgbox " image1 has an icon of a computer"
else
msgbox " no computer icon has been found"
endif