CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    Registry Permission

    Does anyone know how to get the current permissions for any particular registry key using VB.NET? For example, if I open regedit.exe then right click on a key and choose permissions I can see the current permissions for any key.

    Is there a way to return a variable as to what these permissions are?

    Thanks!
    Bob

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    Perhaps using the RegistryPermission class...???

  3. #3
    I saw that class, no doubt, but was hoping someone would supply a code example??? Having not worked with registry permissions class before, the examples I saw in MSDN were confusing as all get go.

    If you have a down to earth code example, that would be helpful.

    Thanks in advance,
    Bob

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured