Readme.txt for: Colorspy

 
========
C# Colorspy

release: 0.1
2007-09-17
========

It's inevitable. Anytime I need a starter project in a language I do a colorspy.
So here's one in C#. I also needed one at work and didn't have one handy.

I've done stuff already in C# and have consistently hit a snag in performance or
whatever. This time was no different. Firstly, I couldn't get the native GDI
methods to work. It had something to do with .Net fudging the device caps. I
think anyway. The other snag was the performance of Graphics.CopyFromScreen.
Originally, I was copying one pixel at a time and it just wasn't going to cut 
it. So I set it up to copy the whole screen when the "spying" starts.

This project uses an icon from the Crystal Project 
(http://www.everaldo.com/crystal), so that icon remains under the terms of that
license (LGPL).

========
http://www.mattptr.net/