K
KC
I've trying to read a webpage. I built a procedure to do this nicely for an
ordinary page, my problem is reading compressed files. I have a page that (I
believe) is a zip file http://...omdata.gz. When I read this through IE it
reads it fine (although sometimes it tries to download the file...not every
time, which is odd), but when I try reading the page through my application
I get garbage characters. I'm guessing IE decompresses the file before
display.
How do I do that in VB.net. Treat the file like it's text that I can display
(or read) like a regular page?
ordinary page, my problem is reading compressed files. I have a page that (I
believe) is a zip file http://...omdata.gz. When I read this through IE it
reads it fine (although sometimes it tries to download the file...not every
time, which is odd), but when I try reading the page through my application
I get garbage characters. I'm guessing IE decompresses the file before
display.
How do I do that in VB.net. Treat the file like it's text that I can display
(or read) like a regular page?