I have been working on an application that downloads a webpage and then searches the html for links to image files
it works like
if there is a "a href=" and a ".jpg" on the same line with no "<" or ">" between, then I assume that is a reference to an image.
This works okay, but not always. I have to let the app decide whether the link is absolute (contains a "//")
or relative (no "//")
also, some websites are set up to prevent this method of downloading.
So, this is my idea. Open the html page once it has downloaded into the app itself (I know there is a control for that, i just don't remember which one)
then, the question is, can I make the VB emulate clicking a link to a file, then saving the file to disk and going back to the html page?
If you can help, I appreciate it.
Thanks
Wengang




Reply With Quote