Search code examples
.net-3.5screen-scraping

How can i save the screen as an image from a .NET forms application in C#


I have a .NET 3.5 Windows forms application. When the user keys in data and clicks 'Save', i want to save the entire form as an image file.

How can i do this ?

Thanks, Chak.


Solution

  • Have a look at my answer on this question. It shows how to take a screenshot of the whole screen.