I have a module that takes screenshots of the computer from a Windows Service. This works when the 'Allow service to interact with Desktop" checkbox is selected on both Windows 2000/XP. It doesn't however work on Windows Vista. I know this is apparently a known issue with Vista and level 0 isolation. Is their a way around this? I'm using the System.Drawing libraries to capture screenshots. Would this work with native code? Is their a better way to take screenshots without using a system service? (The service must not be able to be shut off.)
Question
xcguy87
I have a module that takes screenshots of the computer from a Windows Service. This works when the 'Allow service to interact with Desktop" checkbox is selected on both Windows 2000/XP. It doesn't however work on Windows Vista. I know this is apparently a known issue with Vista and level 0 isolation. Is their a way around this? I'm using the System.Drawing libraries to capture screenshots. Would this work with native code? Is their a better way to take screenshots without using a system service? (The service must not be able to be shut off.)
Thanks again for the help.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts