I am writing a kind of screen recording application for Windows and want to know when and which areas of the screen / active window changed.
Can I connect to the Windows API to notify me of screen changes?
Or do I need to manually write something like this ? :(
I always thought that Remote Desktop used some kind of API to determine which areas of the screen were changed, and only sent these images back - this is exactly the behavior that I need.
windows winapi
CodeAndCats
source share