Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
1k views

CreateDesktop() with vista and UAC on (C, windows)

I asked this in http://stackoverflow.com/questions/1188396/createdesktop-with-vista-uac-c-windows I set a bounty but in trying to vote down the only answer the "accept" was pressed by mistake (i've ...
1
vote
2answers
673 views

take a screenshot of a desktop created using createdesktop api

i am using the createdesktop api to create a desktop and i would like to take a screenshot or send input mouse/keyboard without dispalying the desktop to the user.any ideeas on how to implement ...
1
vote
1answer
183 views

How to use Windows Security Descriptor to prevent executing other applications?

In one of my recent questions about using CreateDesktop() API call to create a new desktop and execute my own application inside and prevent other applications to be executed in my Desktop someone ...
0
votes
1answer
179 views

how to capture screen from another desktop?(CreateDesktop)

if one desktop isn't the current desktop,so,windows will not draw it .then capture the screen by DC was not work. help me!!!