I need to retrieve certain files from web pages, such as pictures and save them to my hard drive. I will have the exact address to the file. ( like http://www.someplace.com/picture.jpg )

So how can I get my vb program to retrieve the file and save it to my local hard drive? Do I use ftp? If so how?