CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2010
    Posts
    5

    Restrict Drive Access

    I need to restict access to a drive using vb.net code

    help please

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Restrict Drive Access

    How do you mean restrict access to a drive ¿

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Restrict Drive Access

    Use a PASSWORD
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Feb 2010
    Posts
    5

    Re: Restrict Drive Access

    i want to deny or read only access to removable drive.

    http://www.pluralsight.com/community...9/16/2306.aspx

    In the above link it is said that setsecurityinfo can be used .

    Kindly help in implementing

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