I'm using BitBlt to copy an area of the screen to a picture box, and want to be able to save this. The problem I'm getting is that SavePicture saves whatever was in the picture box before it was blitted, and if you minimize the form, when you bring it back the blitted information is gone. Does anyone know how to fix this?