Hey all.
I'm a member on a website and I have access to a large archive of files.
The files are MP3.
I can go straight to the site and download them.
I usually use "Save Target As.." becuase if I click right on them, they open in Media Player.

I've been trying to automate the process so they download without me going to the site.

But when I use normal download methods in vB6, the file content is HTML that is basically a login page. I've tried it when I'm logged in to the website and even make sure by downloading a file beforehand. But when I run the app, It gives me HTML again.

I need a way to automate the "Save Target As.." function.
Now I'm thinking of switching to a web browser control, but I don't know what I can do with that after navigating to the correct page.

Something about innerHTML maybe, parse the text, then .... I don't know how to save target as, rather than use the download link in the html.

Does anybody else know this?
I'd appreciate the help. I spend a couple hours a week doing this manually.

Thanks.