So I've got VB5 running here, and what I'd like to do is to import the source code of one of my web pages (i.e. the View > Page Source on Firefox) into a text box in my VB program.
Just to make clear, I want something coming up like
as opposed to the formatted stuff.HTML Code:<html> <title>I can't believe it</title> <body> This is a n00b question </body> </html>
Now I'd like to do this with some nice easy code, and preferable without the use of components (seens as I do a fair bit of VB work on a shared computer where there's generally quite a bit of trouble with components).
I've had a two-hour Googling session and come up with nothing, so if you come up with anything, I'd be most grateful (as you'd expect).




Reply With Quote