Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Folder Lock !

Status
Not open for further replies.

jonybd

Programmer
Nov 3, 2002
166
BE
For What? :-
I have a database software which will control more then 8000 workers Daily Attendence and extra. Each workers
Have there Own pictures and , which needed to be very very secured! , which is located on
"App.Path & "\Image\Workers\ID-" & IntegerID & ".jpg"

What i am Trying to do ? :-
I want when someone useing "Explorer.exe" and directly going to "c:\Project\Image"
and useing mouse selecting that folder to open it ------
Then i want it wont open the folder and will ask for "Username and password"
if valid then the folder will give excess to enter.
(Example : something like "Folder Lock" )

Problem ? :-
Does anyone know what api or dll will be needed to do that work , or similar idea?
 
If you're using NT, W2K or XP just set up the appropriate permissions with NT security

Start|Settings|Control Panel|Admin Tools etc
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
johnwm: Win2k pro help said :-
To set, view, change, or remove file and folder permissions
2.Right-click the file or folder, click Properties, and then click the Security tab.

They noted : -
To open Windows Explorer, click Start, point to Programs, point to Accessories, and then click Windows Explorer.
You can set file and folder permissions only on drives formatted to use NTFS.

What will needed to work on Fat32 or Fat16 ?

3rd party applications doing already! so any api or dll must be there arround!.

 
Is there a problem in using NTFS?

If you don't want to (or can't ) use NTFS, you may have to look at some heavyweight Hooking in Explorer - outside my field I'm afraid!
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top