Results 1 to 4 of 4

Thread: Help regarding folder password protection Urgent!!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Location
    India
    Posts
    1

    Help regarding folder password protection Urgent!!!

    I am trying to create a windows folder through vb6.0 and need that contents of this folder are password protected.

    Is there any API which can help regarding the same or Is this task can be achieved by visual basic in some other way.

    If anyone have the anwer to the query please do reply at the earlies its very urgent.

    Thanks & Regards,
    Naman Sud..

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    What is your email. I'll send you a sample project.

  3. #3
    You better not be hacking, boy.

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    The only way you can password-protect a folder using VB6 is if you're on Windows NT/2000 - you can use the EFS (Encrypting File System) calls to encrypt the folder for maximum protection, or just set the access privileges.

    On 9x you need a separate device driver to handle it (c.f. Magic Folders) which is impossible from VB. Incidentally MF's interface was coded in VB...
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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