I have a web browser control in an app. I need to be able to select an image on a web page. Is it possible to get the image source through clicking it in the browser control some how? Instead, do I have to do something like parse through the web page source and insert the images in some sort of listing control?