Capture the active window to jpg using C# ?
- by user29004
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