Java Robot class and UAC
        Posted  
        
            by bml13
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bml13
        
        
        
        Published on 2010-04-24T05:44:06Z
        Indexed on 
            2010/04/24
            5:53 UTC
        
        
        Read the original article
        Hit count: 359
        
I am using the Java Robot class to take screenshots, my problem is that in W7 when the UAC dialog is shown (i right click on any application and select run as Admin) it will not appear in the screen shot or the whole screen is just black. Running my application with admin rights or as a service does not solve the problem. Please, does any one know what to do so that i will be able to capture the screen even when the UAC is showing?
Thanks
© Stack Overflow or respective owner