CGAnimator Posted November 2, 2006 Posted November 2, 2006 hi every one I hade the idea of making a program that record what happens on my pc while I'm out. I know tow or three progs that do so, but I liked the idea of me doing it . So I made the interface, Hotkeys, work routine, but I got stucked with a problem . The program simulates a print screen button every "n" seconds ,Is it possible to paste every printed screen into a certain file silently ?!!.. or autoit doesn't have any method that can do this ? Thanx alot
cppman Posted November 3, 2006 Posted November 3, 2006 LazyCat has a ScreenShot pluging.. Search for lazycat's profile, and look at their autoit programs... Miva OS Project
Ctwizzy Posted November 13, 2006 Posted November 13, 2006 My soln isnt entirely Auto it... I use an app called Snagit, and I have a script running all day, and every x interval it sends the screen capture keys Alt+PS, it all collects in a folder. Good luck
Ctwizzy Posted November 13, 2006 Posted November 13, 2006 My soln isnt entirely Auto it... I use an app called Snagit, and I have a script running all day, and every x interval it sends the screen capture keys Alt+PS, it all collects in a folder. Good luck
Richard Robertson Posted November 13, 2006 Posted November 13, 2006 You double posted. If you are using SnagIt, I assume you are using the COM interface? If you aren't I highly suggest looking into it. I haven't used the COM interface yet, but I am sure it will let you save the files directly.
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