Recently I needed a way to take screenshots of applications programmatically in C# and I wrote this small application to accomplish that task for me.
You can find the source here: https://github.com/dreasgrech/Screenshotter.
The only requirement I had was that I supply the pId (process ID) and the application takes a screenshot of that process for me...but the application can be very easily extended to accept a process name or anything that can identify a process.
Monday, October 15, 2012
Taking a screenshot of an application in C#
2012-10-15T20:00:00+02:00
Andreas Grech
C#|Projects|
Subscribe to:
Post Comments (Atom)