Is there any way the webbrowser control can be resized to the web page so there are no scroll bars?
What I am trying to do it resize the webbrowser control to the size of the web page and the webbrowser control is in a picturebox control. Then I am going to use some code I found that captures and saved the picturebox and the contents to an image file. This way I have the whole web page saved as an image.
Any suggestions?
Thanks!


Reply With Quote