I've been been browsing SO for answers on this and couldn't find a solution. Hopefully someone can be of help with this.
The goal: To collect all images in Web browser 1 - And then to save them to a local file. I don't want to the images to compress in an odd way, I've attempted getting a collection of the images with WebBrowser1.Document.Images and i've also tried to get them coped to a Clipboard(it was of lower quality) -
In my head here's kind of what im thinking:
For each (whatever tag houses img src) - I can grab that, already have, but what's the most effective way to grab ALL images and download them to a folder? Would it be using the method of writing them to memory? Need some help please. I've honestly looked around all over multiple forums and couldn't find a logical answer to this