Tuesday, January 31, 2006

Fully Managed Screen Grabbing With .Net 2.0

Screen Capturing - The Code Project - C# Programming.

“Introduction

There are a lot of articles about screen capturing, but most of them use Win32 API functions, even in .NET 2.0, where this is not necessary because .NET 2.0 has all the classes needed to implement that.

Background
It's often necessary to get a screenshot of the screen or parts of it. In our applications, we often use systems with multiple monitors, requiring to capture all of them at once or each screen separately. Just remember: the virtual screen is the complete view of all monitors attached to the system, the primary screen is the view of the main monitor, and the working screen is the same but excluding the task bar.

…”

Very cool. This is something I’ll be able to use…

No comments: