|
-
Jun 27th, 2000, 04:11 AM
#1
Thread Starter
Frenzied Member
Anybody know how to programatically copy a picture from a web site to the hard drive?
~seaweed
-
Jun 27th, 2000, 04:55 AM
#2
Hyperactive Member
You are going to have to request the HTML page, scan the file for an image tag, and request the image.
-
Jun 27th, 2000, 04:57 AM
#3
New Member
I not sure if this will work, but try it with the Internet Transfer Control's OpenURL method. I do know that you can retrieve Web pages and text files this way and you can use it with FTP files so I think it must be possible. There is info on this in the VB help under OpenURL Method.
-
Jun 27th, 2000, 05:04 AM
#4
Thread Starter
Frenzied Member
Thanks for your replies
I will play around with your suggestions. I am looking for a way to simulate:
1. Navigating to a web site
2. Right clicking on a picture from that site
3. Selecting "Save Picture As..."
4. Saving picture as a bitmap file on the desktop
I will already know the address of the site and the name of the picture file, so there doesn't have to be a visual interface.
Thanks again,
~seaweed
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|