Results 1 to 5 of 5

Thread: Capturing Images from web pages

  1. #1

    Thread Starter
    Frenzied Member seoptimizer2001's Avatar
    Join Date
    Apr 2001
    Location
    Toledo, Ohio USA GMT -5
    Posts
    1,075

    Question

    Can anyone tell me how you would go about capturing an image from a web page to the clipboard to place it in another form? Even how to save it would work. The image comes from the cgi-bin, but is always named the same. Thanks.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well, as the data is being received from the script, record it to the hdd. You now have a copy of the image ...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    Frenzied Member seoptimizer2001's Avatar
    Join Date
    Apr 2001
    Location
    Toledo, Ohio USA GMT -5
    Posts
    1,075

    Unhappy

    Could you explain a little further? I am not familiar with the hdd and can't find anything on it. Thanks

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    hdd = an acronym for Hard Disk Drive

    Basically, as the stream of binary data is being received, save it to a file on the hard drive ...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5

    Thread Starter
    Frenzied Member seoptimizer2001's Avatar
    Join Date
    Apr 2001
    Location
    Toledo, Ohio USA GMT -5
    Posts
    1,075
    Thanks, I guess I was not thinking of "hdd" in that way and missed it.

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