capture screen (desktopI
how to capture screen in c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jan 9, 2009, 8:01 AM
Here are some results from C# Corner search:
This article shows to capture screen activities as a movie using Windows Media Encoder 9 SDK and C#.
The following example source code shows how to capture the screen and save it to an image.
This article shows way to do form capture in GDI is to get the device context to the screen and bit blast it to a Bitmap in memory.
This code will allow you to capture your desktop and save the image into a word document.
This article describes a simple approach to capturing and displaying screen related information.
This article explains how to create a snapshot tool in .NET and Windows Forms.
All programmers are facing common problem is how to change screen Resolution dynamically. In .Net 2005 it's very easy to change the screen resolution. Here I will explain you how can we get the Screen resolution and how we will change the resolution at dynamically and while unloading the page it will come as it was before. In dot net we can access the values of user's screen resolution through the Resolution class. It also affects all running (and minimized) programs.