Application screenshot is blank in Vista

Hello,

We have a C # application that displays a screenshot of the desktop. It works well on Windows XP, but the screenshot is blank on the screen. Why is that?? Any solution for this?

0


a source to share


3 answers


This should go to stackoverflow; the reason is that the UI programming model changed radically between XP and Vista, and you should be able to get good help there.



0


a source


Perhaps due to UAC, it is using a different desktop for display.



0


a source


Please submit a code to help you. I wrote an article on screenshot (VB.net and C #) sometime. It works great on XP and Vista. Check it out if you're interested.

How did you get it? Is the screen different?

0


a source







All Articles