I made an application that takes screen shots of the screen periodically. Then I wrapped it in windows service and tried to capture screen shots in background. I wanted to take screen shots even logged off. I wanted to take a screen shot of the login screen too but without success. The application works but when logged off the image is black.
I tried using GDI, Windows API, DirectX and neither of these methods works. The result is the same. Black image. The last technology to try is Windows Media API although I'm not sure that I will succeed.
Do someone hase an idea what can be done ?
I want achieve something Teamviewer or Ultra VNC can.