Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 13th, 2006, 1:58 AM   #1
ElijahX
Newbie
 
Join Date: Dec 2006
Posts: 1
Rep Power: 0 ElijahX is on a distinguished road
Downloading series of images?

Basically, I am new to Visual Basic, so I don't know much about it.

However, I want to make a program, that will download a series of images, for example. http://www.somesite.com/image001.jpg, http://www.somesite.com/image002.jpg, http://www.somesite.com/image004.jpg, so on.

All I need it todo is, like
download
site.com/image001, image002, so on, untill I tell it to stop. (Or like, it reaches 999)

How would I go about doing this?

I need this because I want to download a bunch of pictures I have on freewebs, that are like image001, image002, so on, and I don't not have FTP acsess, so I figure this would make it easier.
ElijahX is offline   Reply With Quote
Old Dec 13th, 2006, 5:04 AM   #2
kruptof
Professional Programmer
 
kruptof's Avatar
 
Join Date: May 2006
Location: UK - London
Posts: 329
Rep Power: 3 kruptof is on a distinguished road
I thought the images are sent to your machine when you visit the a site? Try visiting the site and look at your browsers temp folder.
__________________
Quote:
When I was young it seemed that life was so wonderful,a miracle, oh it was beautiful, magical.
Now watch what you say or they'll be calling you a radical,a liberal, oh fanatical, criminal. Oh won't you sign up your name,we'd like to feel you're acceptable, respectable, oh presentable, a vegetable
kruptof is offline   Reply With Quote
Old Dec 16th, 2006, 7:32 PM   #3
kyndig
Newbie
 
Join Date: Jan 2006
Posts: 7
Rep Power: 0 kyndig is on a distinguished road
Using the "Microsoft Internet Transfer Protocol Control" you can grab web images.

Dim bytData() As Byte
bytData() = Inet1.OpenURL("http://www.somesite.com/images/image1.gif", icByteArray)
Open App.Path & "\example.gif" For Binary Access Write As #1
Put #1, , bytData()
Close #1
kyndig is offline   Reply With Quote
Old Dec 16th, 2006, 10:59 PM   #4
AntiNinja
Hobbyist Programmer
 
AntiNinja's Avatar
 
Join Date: Jun 2006
Location: The States
Posts: 101
Rep Power: 3 AntiNinja is on a distinguished road
Send a message via AIM to AntiNinja Send a message via Yahoo to AntiNinja
nuff sed.
__________________
Pain is just weakness leaving the body.
AntiNinja is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying images from database raikkonen ASP 2 Apr 14th, 2006 1:03 PM
Blank images from CreateImages with animation cells Flint50 Java 0 Apr 10th, 2006 5:35 AM
manipulating pixels of images and saving them on a file diamondustice Visual Basic 0 Feb 21st, 2006 9:00 PM
SNR in color images srishekh100 C 2 Dec 2nd, 2005 10:38 PM
Water Mark your images with php bambolin PHP 12 Sep 24th, 2005 11:57 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:07 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC