-
how to get it:(
Does anybody know how to get a screenshot of the whole window screen and then save it in a file as .bmp or .gif ... image?
When I get the handle to the desktop window and then copy all the pixels on my window, what will it copy...just the wallpaper or what?
-
No it won't copy just the wallpaper but like the print screen button, it will copy all the windows open, i.e. just like the screen looks at the moment.
-
Ok thanks.
So is there anyway to save the picture as an image to the file after I copy all the pixels on my window or on a picture box in my window?