c# - How to save dynamic image from WebBrowser control -


i looking way save dynamically generated image webbrowser control. scenario need login website , there form containing user data plus 1 image that's been provided server upon runtime. need process data after scraping it. means can see image in webbrowser control can't save cause doesn't have url. webclient doesn't seems option out of box due login thing. have implement state full communication if choose webclient replace webbrowser control?

the hurdle dynamic image , after brainstorming lot unable make progress it. no matter way choose ended in dead end. can see webbrowser control showing image must have downloaded somewhere. reason unable figure out keeping image , how can grab it. wondering silent complete page save there windows prompt message.

i appreciate suggestions this.

this came while ago, here link

webbrowser copy image clipboard


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -