Page 1 of 1

Timed Screen Capture 1.0 - Weee!

Posted: Tue Aug 22, 2006 4:59 pm
by dracflamloc
Useful (I guess) little program I made to add yet another program to my system tray applications.

Link:
http://www.dracsoft.com/#%5B%5BTimed%20 ... ture%5D%5D

This program takes screenshots of your whole desktop at defined intervals and stores them where you specify.

I personally use this program so I can check on my computer easily at work when I'm working on servers. It's a bit less intensive for when you don't want to fire up a full-scale remote access client. Suggestions for new features are welcome.

It also timestamps the screenshot in the upper-left corner.

A sample screenshot at quality 2: http://img243.imageshack.us/img243/5615 ... capwf1.jpg

Posted: Tue Aug 22, 2006 6:53 pm
by dracflamloc
Seems the thing stops taking snapshots after a few minutes... Not sure why, will have to try some things I guess.

Posted: Tue Aug 22, 2006 7:06 pm
by dracflamloc
Ok 1.1 uploaded. I think I forgot to free certain handles.

Posted: Tue Aug 22, 2006 7:23 pm
by dracflamloc
Nope, still having problems

Posted: Tue Aug 22, 2006 7:34 pm
by netmaestro
If you're ProcedureReturning a BMP handle, use the handle and then DeleteObject_(bmphandle) should get it.

Posted: Tue Aug 22, 2006 9:28 pm
by dracflamloc
Nah I wasn't, but the DeleteObject was the problem, added that and now its fine. 1.2 up