Is there any API or .net library to handle elevation in Vista & VB

T

tpknomad

Please don't send me to the Codeproject article, i'm looking for some native
way to be able to elevate a user using VB. As it stands right now, Microsoft
is providing that "privilege" to Visual C++ developers.
 
M

Mr. Arnold

tpknomad said:
Please don't send me to the Codeproject article, i'm looking for some
native
way to be able to elevate a user using VB. As it stands right now,
Microsoft
is providing that "privilege" to Visual C++ developers.

It's called the Vista UAC Manifest that will be used by an application to
present the proper credentials to Vista so that the application runs with
escalated privileges.
 
T

tpknomad

True, but the manifest is there to tell the complete application to run in
Administrative mode, which by the way doesn't work at all. I'm looking to
elevate a small portion of the application when the user clicks a button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top