WebBrowser DrawToBitmap other methods?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-03-12T16:31:58Z Indexed on 2010/03/12 16:47 UTC
Read the original article Hit count: 1072

Filed under:
|
|
|
|

I am trying to capture the content of the WebBrowser control. DrawToBitmap() would work perfectly, but it is not supported in documentation for the WebBrowser control. I have been trying to find another way to capture the contents of the WebBrowser control and save them to a local image file.

Anyone have any workarounds or other methods to save the contents of the WebBrowser control to a local image file?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about webbrowser-control