dneigler
Oct 13th, 2000, 12:23 PM
PLEASE HELP! I hope the description here is clear enough- if not, email me and I'll update it.
We're creating a dll that will be called from an asp page. The dll itself uses the wininet api to pull an image off of another site via http. The problem (I think!) is that we are retrieving the file using InternetReadFile into a string. The string seems to be corrupting the binary data. How do you retrieve binary data (I guess using a byte array) via the wininet api in VB?
Thanks for any help you can give.
We're creating a dll that will be called from an asp page. The dll itself uses the wininet api to pull an image off of another site via http. The problem (I think!) is that we are retrieving the file using InternetReadFile into a string. The string seems to be corrupting the binary data. How do you retrieve binary data (I guess using a byte array) via the wininet api in VB?
Thanks for any help you can give.