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.

link

29% accept rate
1  
GDI didn't work?? Surprising. . . – surfasb Feb 5 at 2:20
Besides that GDI raises Invalid Handle exception while running in web service when logged of from Windows. I think when the user is logged of the Desktop is not initialized so the image of the desktop is black. Maybe interacting with the Video memory or the Video driver could solve the problem. – Patrik Feb 5 at 8:25
possible duplicate of Programmatically get screenshot of page – Darin Dimitrov Feb 5 at 15:51
How are you dealing with session 0 isolation? – David Heffernan Feb 5 at 16:31
feedback

migrated from superuser.com Feb 5 at 15:46

This question came from our site for computer enthusiasts and power users.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.