Hi guys, hopefully someone can help me out here with a small problem I'm having.
What I'd like to accomplish is capture part of my screen and save that image, but have this process be done without my presence. For instance, capturing the screen from bounds x1, x2 ,y1, y2
so (20, 50, 100 , 200) would go from (20, 100) to (50, 200) and give me that little rectangle.
Any ideas Places to look for help

Capturing part of a screen
spelger
I just wish I could contribute and give back to the community I've taken so much from
Dietz
http://www.c-sharpcorner.com/Code/2002/April/ScreenCaptureUtility.asp
Artil
We all started small, don't forget that!
Here is a little list of resource, you must use P/Invoke and some external methods to accomplishe you goal, but with these resources it isn't to hard:
- Screen Capture in C# and GDI+
- Screen Capture Utility in C# and .NET
- Capturing the Screen Image Using C#
- Image Capture
- Capturing the Screen Image in C#
A little side information about P/Invoke can be found here: Calling Win32 DLLs in C# with P/Invoke.