Timed Screen Capture 1.0 - Weee!

Developed or developing a new product in PureBasic? Tell the world about it.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Timed Screen Capture 1.0 - Weee!

Post 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
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Seems the thing stops taking snapshots after a few minutes... Not sure why, will have to try some things I guess.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Ok 1.1 uploaded. I think I forgot to free certain handles.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Nope, still having problems
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

If you're ProcedureReturning a BMP handle, use the handle and then DeleteObject_(bmphandle) should get it.
BERESHEIT
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Nah I wasn't, but the DeleteObject was the problem, added that and now its fine. 1.2 up
Post Reply