Results 1 to 4 of 4

Thread: Copy picture from website

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357

    Question

    Anybody know how to programatically copy a picture from a web site to the hard drive?

    ~seaweed

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    You are going to have to request the HTML page, scan the file for an image tag, and request the image.
    -Shickadance

  3. #3
    New Member
    Join Date
    Jun 2000
    Location
    South Africa - Pretoria
    Posts
    4
    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.

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357

    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
  •  



Click Here to Expand Forum to Full Width