|
-
Apr 23rd, 2001, 03:19 PM
#1
Thread Starter
Frenzied Member
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.
-
Apr 24th, 2001, 07:44 AM
#2
Retired VBF Adm1nistrator
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]
-
Apr 25th, 2001, 09:47 AM
#3
Thread Starter
Frenzied Member
Could you explain a little further? I am not familiar with the hdd and can't find anything on it. Thanks
-
Apr 25th, 2001, 11:05 AM
#4
Retired VBF Adm1nistrator
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]
-
Apr 26th, 2001, 01:37 PM
#5
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|