Screen Capture Class For C#
Posted on September 18th, 2009 in C#, Tutorials | 3 Comments »

A class that will help you take screenshots quickly and easily.
Following are the features of this class: Read the rest of this entry »

A class that will help you take screenshots quickly and easily.
Following are the features of this class: Read the rest of this entry »
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.
For this tutorial we will need 2 buttons, a timer, SaveFileDialog and a PictureBox. Here’s the info: Read the rest of this entry »