| Tool name : | PrintScreen version 0.2 |
| Description : | PrintScreen is a tool that snaps a picture of whole the display (not only of the window that is currently in the foreground), converts the screenshot to the JPG format and saves it. Afterwards the screenshot is displayed with the default image viewer. |
| Tested on : | Windows XP |
| Feedback : | In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i’ve not yet tested please drop me an email. |
| Downloads : | Binary | Source |
| Screen shots : | |
PrintScreen
Oct 22nd, 2009 by carrumba
4 responses to “PrintScreen”
Leave a comment
But please respect the commenting rules. Critizism is appreciated and also general comments of course. If you're rude, I have to delete your comment. Also use your personal/nick name but avoid using business names. Have fun and thanks for participating the discussion.
hallo,
dieses kleine tool ist wirklich gelungen !! genau wie diese seite.
macht weiter so
Lars
Hey,
if I do NOT want the screenshot to open after executing the file, what do I need to change in the source?
Help would be very appreciated because I do hardly know anything about C. Thanks.
muenchner
heho münchner
remove this line : ShellExecute(NULL, “open”, lJPGFileFullPath, NULL, NULL, 0);
it instructs windows to open the file in the variable lJPGFileFullPath (the full path, where the screen shot pic is located).
Hey,
thanks! Works perfect for my purposes!