Hi, how can I save all the images on a webpage? Similarly to when you do it manually and IE creates the HTML file and a seperate folder for all the images.
I think it will have something to do with this
Dim htImg As mshtml.HTMLImg
Dim obDC As mshtml.HTMLDocument
Dim ITEM As Object
Dim obIE As SHDocVw.InternetExplorer
For Each htImg In obDC.images.item
somehow save it
Next
obviously this doesnt work
but can someone please tell me how to make it work
I think it will have something to do with this
Dim htImg As mshtml.HTMLImg
Dim obDC As mshtml.HTMLDocument
Dim ITEM As Object
Dim obIE As SHDocVw.InternetExplorer
For Each htImg In obDC.images.item
somehow save it
Next
obviously this doesnt work
but can someone please tell me how to make it work