WebBrowser capture

Joined
Feb 29, 2008
Messages
1
Reaction score
0
Hi All,
I would like to know how can I capture an ENTIRE webbpage in the .Net 2 WebBrowser control (not the ShDocVw Com Component) and turn it into a bitmap. I want the page to be captured beyond the scroll bars of the WebBrowser. I know that this is possible with some API calls (like GetDC or WM_PRINT), but I don't know how to use that.

I am using VB but I understand C# as well.
Thanks
 
Back
Top