-
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....
-
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.