you can use the Internet Transfer Control to download the image. This code taken direct from the MSDN Library:
Dim b() As Byte
Dim strURL As String
' Set the strURL to a valid address.
strURL = "FTP://ftp.GreatSite.com/C
b() = Inet1.OpenURL(strURL, icByteArray)
Open "C:\Temp\China.exe" For Binary Access _
Write As #1
Put #1, , b()
Close #1
Main Topics
Browse All Topics





by: AzraSoundPosted on 2000-07-28 at 16:01:21ID: 3656793
from an actual image element in the page? if you had a webbrowser for example:
mageName") .fileModif iedDate
imageName" )
msgbox webbrowser.document.all("i
if this is a continuous ongoing check and the image file is databound then you can select a reference to the ms html object library
Dim WithEvents imgObj As HTMLIMGElement <-- (cant remember exact name)
Set imgObj = webbrowser1.document.all("
now you can access its events such as
onbeforeupdate and
onafterupdate