I'm writing a windows forms application that accesses web pages. I've used
the web browser control and this works nicely.
Now I'm wondering if I can push the content (html) of a web page (as you see
from IE when you "View/Source") to a string variable (or whatever) so that I
can process it.