Hi, I need to create an application in C# that captures part of the screen when certain part of the same screen changes. Thank you all.
+2
A:
You can use the System.Drawing.Graphics class. It has a CopyFromScreen method that will draw the content of a rectangular area of the screen into a Bitmap object.
It should do what you are after.
Rune Grimstad
2010-09-10 07:16:49
A:
Have a look at this open source project called - Cropper. It is developed using C#.
Download the source code and have a look at it, you will get the basic idea of using System.Drawing classes.
when certain part of the same screen changes
I think it will be tricky task... I'll update this answer soon
Sandy
2010-09-10 07:30:35