Dim bImage() As Byte
get the binary data
bImage = Inet1.OpenURL("URL")
save it to file
Open "c:\windows\desktop\temp_image.dat" For Binary As #1
Put #1, , bImage
Close #1
That works in VB6, but it should be the same (or very similar) for .NET (I hope )
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.