Windows program which runs in the background and takes screenshots upon mouse clicks.
Find a file
2015-02-23 13:31:56 +01:00
packages Enabled tests again, fixed some missed renamings, added nunit as a NuGet package. 2015-02-01 00:42:08 +01:00
ScreenCapturer Added setting for enabling/disabling drawing mouse plots. Closes #14. 2015-02-23 13:31:56 +01:00
ScreenCapturerTests Preparing for #14 by refactoring screenshot code. 2015-02-23 13:17:06 +01:00
.gitattributes Initial commit 2012-11-19 23:16:47 +01:00
.gitignore Initial commit 2012-11-19 23:16:47 +01:00
README Added links to the licenses of the external libs. 2012-11-21 16:45:08 +01:00
ScreenCapturer.sln Simplified datetime-to-path-friendly-string code, fixed test code a bit. 2015-02-01 01:06:53 +01:00

ScreenCapturer
This (Windows) program will run in the background and take a screenshot each time a mouse button is pressed. When the program is closed, or F12 is pressed, these screenshots are saved in a .zip folder.


External libraries
This program uses two external libraries:

* Global mouse and keyboard hooks
  Application and Global Mouse and Keyboard Hooks .Net Libary in C#
  http://globalmousekeyhook.codeplex.com
  License: BSD (Information: http://globalmousekeyhook.codeplex.com/license)
  Version 3.0.1.9579

* Zip functionality
  DotNetZip Library
  http://dotnetzip.codeplex.com/
  Version 1.9.1.8
  License: Ms-PL (Information: http://dotnetzip.codeplex.com/license)