I'm searching for the possibility to show an application on a secure desktop under Windows 7. For explanation: The secure desktop is provided by Windows to avoid external applications to interact with this your application. It should be available to every application, as far as I know. Commonly known examples are the UAC, the service user interaction desktop or the CardSpace-Application (integrated into Windows). Actually it does not mean that every application on the secure desktop is automatically elevated (as mentioned here).
It do not want to show the UAC dialog together with my application, but only my application. It is a managed one, and I don't want to code any native code.
Is this possible?
Thanks in advance! Greetings, relexx