Capture the active window to jpg using C# ?

Posted by user29004 on Super User See other posts from Super User or by user29004
Published on 2010-12-27T13:48:12Z Indexed on 2010/12/27 13:56 UTC
Read the original article Hit count: 236

Hello,

I am creating a Windows Application that capture the all users session details.

I want to track that how many users are connected with my machine using RDP session. Want to log all their activity with screen shot.

So I would like to know how can I capture the active screen. I tried 'RUNAS' but its show me current screen shot where I run. I am able to use user's application data but not get Actual screen.

I also tried LogonUser, CreateProcessAsUser but not getting actual point. So please let me know how can I do it ?

I used 'cassia' google library to list all the current logged user.

Thanks Laxmilal

© Super User or respective owner

Related posts about Windows

Related posts about screenshot