sensalim Posted December 25, 2007 Posted December 25, 2007 Hello, I know there are programs out there like SnagIt or whatever that does this but I wonder if it's possible with autoit (I think so). It would be able to: -in a single button, print screen entire screen -save to a file (maybe just one, overwrite each time, predefined location) -as jpg (or other?) Thanks.
Jex Posted December 25, 2007 Posted December 25, 2007 (edited) #include <ScreenCapture.au3> HotKeySet("{PRINTSCREEN}", "SS") While 1 Sleep(100) WEnd Func SS() _ScreenCapture_Capture(@MyDocumentsDir & "\Test.bmp") EndFunc Edited December 25, 2007 by Jex My scripts : Immediate Window , My Web Browser , Travian , Text Effect , Characters & Words per minute or second , Image Editor (ImageMagick) , Matrix style background effect ( Screensaver ) , Mail Sender , Protectlinks decoder and Rapidshare links checker , Fonts Fetcher , Region determine , Compare pictures , Gradient color box , Mouse Coordinates, Colors, Pixel Search things , Encrypt/Decrypt and embeding file in jpeg thing , Hard disk space monitor , Reflex game , Multiplayer Tic Tac Toe , WLM ( MSN ) personal message changer
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now