I know I can use
AxSHDocVw.AxWeb Browser browser.Navigat e(...);
catch the
browser_Documen tComplete()
and retrieve using the page using
htm = (mshtml.HTMLDoc ument)browser.D ocument;
I am looking for a non-GUI way to just retrieve the web page.
I know that there is, I just can't seem to find/remember what it is.
Thanks,
Dave
DavidElliott@Be llSouth.net
AxSHDocVw.AxWeb Browser browser.Navigat e(...);
catch the
browser_Documen tComplete()
and retrieve using the page using
htm = (mshtml.HTMLDoc ument)browser.D ocument;
I am looking for a non-GUI way to just retrieve the web page.
I know that there is, I just can't seem to find/remember what it is.
Thanks,
Dave
DavidElliott@Be llSouth.net
Comment