poonamagarwal
August 29th, 2006, 08:23 PM
How can I create a password protected directory at run time in C#.
Thanks,
Poonam.
Thanks,
Poonam.
|
Click to See Complete Forum and Search --> : Create a Password Protected directory poonamagarwal August 29th, 2006, 08:23 PM How can I create a password protected directory at run time in C#. Thanks, Poonam. creatorul August 30th, 2006, 04:04 AM This is an advanced topic and there are softwares to do that but you need to keep them running to do such thing. You can not simply lock a folder with windows and ask for a password (currently does not have this feature). So try to use third party software for this . smetzger August 30th, 2006, 04:35 PM How can I create a password protected directory at run time in C#. Thanks, Poonam. Couldn't you?? 1) run under a user that does not have admin rights 2) in your program login as admin and create a directory codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |