|
-
Jul 12th, 2001, 06:11 AM
#1
Thread Starter
New Member
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..
-
Jul 12th, 2001, 04:19 PM
#2
Fanatic Member
What is your email. I'll send you a sample project.
-
Jul 13th, 2001, 10:49 AM
#3
Member
You better not be hacking, boy.
-
Jul 16th, 2001, 02:58 AM
#4
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|