I would like to copy the contents of a control, like the WebBrowser control, into a picturebox. I cannot use BitBlt or StreatchBlt as they will only return a blank image if the control is off-screen.

Anybody know any other way?

What I am trying to do is make a thumbnail of a web page.