Re: [Tutor] Program to lock folders under win32

2005-09-04 Thread Oliver Maunder
On 04/09/05, Byron <[EMAIL PROTECTED]> wrote: >>I want to make a program to lock folders (so the user can only access>>them if he knows the password) under win32, the only problem is that I>>have no idea how to start or what to do. Do you guys have any ideas of >>how to do it? There's a program ca

Re: [Tutor] Program to lock folders under win32

2005-09-04 Thread Alan G
>> I want to make a program to lock folders (so the user can only >> access >> them if he knows the password) under win32 If it's Windows NT or later folder password protection is standard(I think!). If it's Windows 2000 or later you get file encryption too (although as expected from Microsoft i

Re: [Tutor] Program to lock folders under win32

2005-09-04 Thread Byron
Oliver Maunder wrote: > There's a program called Magic Folders which does this - > http://www.pc-magic.com/des.htm#mf > This actually hides the folders, rather than locking them. However, it > seems to be integrated with the operating system at a very low level. I > don't think you'd be able t

Re: [Tutor] Program to lock folders under win32

2005-09-03 Thread Byron
>>I want to make a program to lock folders (so the user can only access >>them if he knows the password) under win32, the only problem is that I >>have no idea how to start or what to do. Do you guys have any ideas of >>how to do it? Normally, one would accomplish this via Windows file / folder p

Re: [Tutor] Program to lock folders under win32

2005-09-03 Thread Joal Heagney
Mark Kels wrote: > Hi list. > > I want to make a program to lock folders (so the user can only access > them if he knows the password) under win32, the only problem is that I > have no idea how to start or what to do. Do you guys have any ideas of > how to do it? > > Thanks! > > Other option mi

Re: [Tutor] Program to lock folders under win32

2005-05-26 Thread jfouhy
Quoting Mark Kels <[EMAIL PROTECTED]>: > I want to make a program to lock folders (so the user can only access > them if he knows the password) under win32, the only problem is that I > have no idea how to start or what to do. Do you guys have any ideas of > how to do it? Is your program going to

Re: [Tutor] Program to lock folders under win32

2005-05-26 Thread Danny Yoo
On Thu, 26 May 2005, Mark Kels wrote: > I want to make a program to lock folders (so the user can only access > them if he knows the password) under win32, the only problem is that I > have no idea how to start or what to do. Do you guys have any ideas of > how to do it? Hi Mark, Out of curios