I've been working on a bigger coding project off and on (more off lately) for a couple months now. As part of the project, I wrote a screenshot capture utility. Last week, I needed a quick tool for capturing screenshots on another computer, without using Print Screen and a graphic editing program, so I pulled the code out of my big project and put together a quick utility. Took about 10 minutes to put a front end on it.
After a couple of days, I decided I'd polish it a little, although it's still really rough, and toss it out there as open source. The whole thing is written in C# using the .NET 2.0 framework. It uses GDI+ for the capture functions. If this might be something you can use, you can download it here.
If I ever get bored again, or someone asks really nicely, I might even go so far as to write documentation for it. The source code is fairly well documented, but nothing else is.



