I am looking for some way to save dynamically generated image from WebBrowser control. The scenario is I need to login to a website and then there is form containing user data plus one image that’s been provided by server upon runtime. I need to process that data after scraping it. This means that I can see that image in WebBrowser control but I can’t save it cause it doesn’t have any URL. WebClient doesn’t seems to be an option out of the box due to login thing. I will have to implement state full communication if I choose webclient to replace WebBrowser control?
The only hurdle is that dynamic image and after brainstorming a lot I am unable to make any progress with it. No matter what way I choose I ended in dead end. I can see WebBrowser control is showing that image so it must have downloaded it somewhere. But for some reason I am unable to figure out where its keeping that image and how can I grab it. I was even wondering to do a silent complete page save but then there is that windows prompt message.
I would really appreciate some suggestions about this.
This came up a while ago, here is the link
WebBrowser Copy Image to Clipboard