For testing, I created a test button that does the following:
scrapeWebBrowser.Navigate("http://yahoo.com");HTMLDocument objHtmlDocument = (HTMLDocument)scrapeWebBrowser.Document;foreach (IHTMLElementCollection imageElements in objHtmlDocument.images){//I am not sure what to do here. I am trying to get the reference to the image.}