Is there a way to take a screenshot of the user's Windows desktop?

前端 未结 5 1842
孤独总比滥情好
孤独总比滥情好 2020-12-08 22:08

I want to provide the user with a scaled-down screenshot of their desktop in my application.

Is there a way to take a screenshot of the current user\'s Windo

5条回答
  •  眼角桃花
    2020-12-08 22:38

    You can always catch screenshot on windows startup before applications run or use other desktop by using desktop switching. Take a look here: http://www.codeproject.com/Articles/7666/Desktop-Switching Switch to other desktop, take picture and remember you dont need to show it just create it "DESKTOP"

提交回复
热议问题