|
-
Apr 4th, 2015, 05:15 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Make button which runs as administrator
Hello, I'm trying to make a button shows a form with administrative priviliges. Is this possible using Visual Studio 2013?
-
Apr 4th, 2015, 06:57 PM
#2
Re: Make button which runs as administrator
-
Apr 4th, 2015, 07:35 PM
#3
Thread Starter
Addicted Member
Re: Make button which runs as administrator
-
Apr 4th, 2015, 10:26 PM
#4
Re: Make button which runs as administrator
It's not possible to have part of your project running as administrator and another part not running as administrator, but it is possible to either run your whole project as administrator, and also possible to start an external application with administrator privileges from within your project.
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Apr 4th, 2015, 10:28 PM
#5
Re: Make button which runs as administrator
Project-->Properties-->Application-->View UAC Settings-->app. manifest:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Apr 5th, 2015, 12:43 AM
#6
Thread Starter
Addicted Member
Re: [RESOLVED] Make button which runs as administrator
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|