foolove 0 Posted October 8, 2011 looking for a screen capture utility that does the following capture the exact coordinates of a screen only when a hotkey is pressed autosaves screen capture as jpg stays hidden in systray I have found a print screen pro that does auto saving stays in systray but it will only capture the whole screen from what i have found maybe there is code for this already done that someone has supplied to the forum Share this post Link to post Share on other sites
Ramzes 1 Posted October 8, 2011 (edited) You should look for functions:_ScreenCapture_Capture_IsPressedand #NoTrayIcon. Edited October 8, 2011 by Ramzes Sorry for my bad English but nobody is perfect. [font=arial, helvetica, sans-serif]Ramzes[/font] Share this post Link to post Share on other sites
foolove 0 Posted October 8, 2011 Rames thats so much for your reply one quick question I want to stick the below in a loop but have the number one increment up one integer at a time so the code would read the next screencapture as 2,3,4,5,6,7,8,9,10 my code will have several series of mouse movements 8 total then one scroll down and then loop with the 8 mouse movements and after each mouse movement do a new screen capture so in the loop even when it restarts need the 1 to increment Thanks for the recommendation i think im on the right path here ; Capture region _ScreenCapture_Capture(@MyDocumentsDir & "\DDH_1.jpg", 0, 0, 796, 596) Share this post Link to post Share on other sites