You can capture the entire WebBrowser control to a PictureBox. Use the BitBlt API, passing the dimensions of the WebBrowser (in pixels), and the WebBrowser's hwnd property for srcdc, the PictureBox's hwnd property for destdc. Give the PictureBox control the AutoRedraw property.
You'll have to sort out the image from the rest of the control's contents.
Main Topics
Browse All Topics





by: MMKDPosted on 2006-10-01 at 19:11:45ID: 17640542
btw, the image cant be downloaded seperatly, as its a generated image.