Screen Capture Class For C#

Posted on September 18th, 2009 in C#, Tutorials | 3 Comments »

ScreenCapture

A class that will help you take screenshots quickly and easily.

Following are the features of this class: Read the rest of this entry »

Screen Capture Application using C#

Posted on September 11th, 2009 in C#, Tutorials | 9 Comments »

Screen Capture Application

This is a detailed tutorial about making a simple Screen Capture (Screenshot Capture) application in C#. The features are: Take screenshot, view it and save it. We will be making a simple application but if you are little bit good with C# then you can enhance it and make it much better.

Setting up the Form

For this tutorial we will need 2 buttons, a timer, SaveFileDialog and a PictureBox. Here’s the info: Read the rest of this entry »