C# Shooter

Introduction

For my current job, I often need to take screenshots of my an application I am working on and send them to others. This process can be tiresome if it involves launching Photoshop, pasting a screenshot in, and saving. Of course there are utilities out there to do this, but I wanted to try creating a C# version for myself that did exactly what I wanted it to do. The result is C# Shooter.

C# Shooter Screenshot (Click for larger image)

Features

C# Shooter is a bit basic right now, but I will add more features as time goes on. The current feature set includes:

  • Captures all image files copied to clipboard.
  • Allows saving of images to PNG, BMP, TIFF, JPEG, and GIF file formats.
  • Minimizes to task tray for uncluttered use.
  • Screenshot preview.
  • Task tray QuickSave of most recent screenshot.
  • Saves individual user preferences to Isolated Storage.

Notes

C# Shooter requires version 1.1 of the .NET Framework. It will not run on the 1.0 version. Download the 1.1 version of the framework from Microsoft.

Download

Download the latest version of C# Shooter.

Revision History

09 April 2003

Version Alpha1 Released.