Dialog based Application should always run as Admininstrator.
Hi all,
i m working on VS-2008,and os is windows vista.
in case of UAC enable on Windows Vista, when i run my application its show a dialog box to allow or cancel the process.
i want when i run it,its always run like Administrator with full rights.
please tell me how can i do this.
thhanks in advance
Re: Dialog based Application should always run as Admininstrator.
Quote:
please tell me how can i do this.
The user needs admin rights to run. You can't give your app admin rights by itself.