D 
		
								
				
				
			
		David Elliott
I know I can use
AxSHDocVw.AxWebBrowser browser.Navigate(...);
catch the
browser_DocumentComplete()
and retrieve using the page using
htm = (mshtml.HTMLDocument)browser.Document;
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
(e-mail address removed)
				
			AxSHDocVw.AxWebBrowser browser.Navigate(...);
catch the
browser_DocumentComplete()
and retrieve using the page using
htm = (mshtml.HTMLDocument)browser.Document;
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
(e-mail address removed)
