How do I run my application while a UAC dialog window is showing?
        Posted  
        
            by Ray
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ray
        
        
        
        Published on 2010-05-12T18:28:09Z
        Indexed on 
            2010/05/12
            19:54 UTC
        
        
        Read the original article
        Hit count: 199
        
I have an application that I wrote in .NET. It needs to remain running and have access the desktop that the UAC dialog windows open on and interact with that desktop using keyboard and mouse events.
It's sort of like a VNC program. Imagine you are running a VNC program and a UAC window pops up, you want your VNC program to still be able to control the desktop with the UAC window in it so that the user can move the mouse and click the OK button on the UAC dialog. Can anyone tell me how I would go about doing that?
Thanks
© Stack Overflow or respective owner