c# - can i detect desktop changing to do screen capture -


i'm in process of creating desktop screen capture application. i'm using timer poll screen changes. can detect if desktop has changed through windows api?

as far know there no easy api this. way more efficiently use mirror driver capture screen events (e.g., way remote desktop it).

you try ultravnc mv2 mirror driver: http://www.uvnc.com/products/mirror-driver.html


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -