Enthält das IFrame nur das Bild? Also so etwas:
Code:
<
html>
<head>
<title></title>
</head>
<body>
<iframe src="http://www.google.de/images/nav_logo82.png">
</iframe>
</body>
</
html>
Falls ja, würde ich alle Elemente in Document.All durchsuchen, bis ein IFrame-Objekt auftaucht (NodeName=IFRAME) und von dem die Src-Eigenschaft auslesen:
Das Bild ist dann nämlich offenbar weder in Document.Images enthalten
noch über Documents.Frames[...] ermittelbar: