cancel
Showing results for 
Search instead for 
Did you mean: 

screen shot

CharishmaAgaram
Level 5
Hi All, How to take screenshot of screen and store it in image.
7 REPLIES 7

TetsujiJunicho
Level 9
Hi You can use ""Global Send Key Event"" with text of ""{PrintScreen}"".

CharishmaAgaram
Level 5
Hi tjunicho, But how to save it as an image?

Anonymous
Not applicable
Thanks everyone, I resolved the problem.

Anonymous
Not applicable
Thanks everyone, I resolved the problem.

Personal approach is to have a business object that handles it; using a code stage to take screenshot of any/all attached screen and then save image either to image data item or file; I wouldn't want to use the print screen button on the off chance SA is being used etc. Like I said personal preference + gives consistent re-usable object etc.

JerryBeaver
Level 2
just kind of a brute force method I guess, but since print-screen moves the screen image to your clipboard, you could have an object open paintbrush, and then paste, and then save.

Could you tell me how you solved it?