PDA

Click to See Complete Forum and Search --> : are you the one (that could help me)?????


ptcruiser
Feb 9th, 2001, 03:07 PM
I want to design a program that I would act as security for folder in Explorer

Let's say I have a folder named VB98, now how would I go about "hiding" the
folder from Explorer and then

have it so that the only way to access VB98 is through my password protected
program?



Please add any advice that you have .

All comments and suggestions are appreciated - thank YOU....

jovton
Feb 10th, 2001, 08:04 AM
I think using hook procedures would be the way to go.
If you can monitor the messages that flows through the operating system. you can take action, based on a certain user action.