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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

gcc - SSE2 instructions not working in inline assembly with C++ -