Mar 15, 2004 #1 chrisdq Programmer Joined Nov 6, 2002 Messages 77 Location US How do I take a screen shot using sendkeys "{PRTSC}", true to take a screen shot and save the image to a file automatically? Thank you in advance.
How do I take a screen shot using sendkeys "{PRTSC}", true to take a screen shot and save the image to a file automatically? Thank you in advance.
Mar 15, 2004 #2 BiggerBrother Technical User Joined Sep 9, 2003 Messages 702 Location GB try the clipboard object. There are a few posts here as to how to use it to paste into controls. BB Upvote 0 Downvote
Mar 15, 2004 Thread starter #3 chrisdq Programmer Joined Nov 6, 2002 Messages 77 Location US Thanks Biggerbrother for your reply. How come using sendkeys "{PRTSC}", true does not capture the screen???? Upvote 0 Downvote
Thanks Biggerbrother for your reply. How come using sendkeys "{PRTSC}", true does not capture the screen????
Mar 15, 2004 #4 MrVB50au Programmer Joined Mar 16, 2003 Messages 326 Location AU I think this may help: http://www.mentalis.org/tips/capture.shtml Hope it does, good luck, Andrew. Upvote 0 Downvote