Hi!
I have a problem using webBrowser control. Is there a way to retrieve a dynamic image, say a banner, directly from the webBrowser control? It should be retrieved without making an additional web request since an additional request would change the image.
For a more specific example, how can I load a dynamic image requested by and shown in the WebBrowser control into a PictureBox? The use of the PictureBox's ImageLocation property will not work since it will request the image from the server.
Any idea?
Thanks.
Comments
if you are so inclined you can build your own web browser off of the WebClient class that is available to inherit from - but it would be a lot of work to achieve grabbing a particular add banner.
><//~Psightoplasm`~
><//~Psightoplasm`~
hehe
><//~Psightoplasm`~