| View previous topic :: View next topic |
| Author |
Message |
Col Guest
|
Posted: Wed Dec 20, 2006 4:21 pm Post subject: Simple password protection |
|
|
I want to password protect my program following a demo period. Once the
'sell-by' date has passed, I want to disable the program
(form1.enabled:=false will do) until the correct password is inputted.
Once done. I would like the program to work forever without further
need to input the password. Can this be done simply without having to
write a file?
Thanks |
|
| Back to top |
|
 |
Marc Rohloff [TeamB] Guest
|
Posted: Thu Dec 21, 2006 6:51 am Post subject: Re: Simple password protection |
|
|
On 20 Dec 2006 02:21:04 -0800, Col wrote:
| Quote: | I want to password protect my program following a demo period. Once the
'sell-by' date has passed, I want to disable the program
(form1.enabled:=false will do) until the correct password is inputted.
Once done. I would like the program to work forever without further
need to input the password. Can this be done simply without having to
write a file?
|
Look at LockBox
http://sourceforge.net/projects/tplockbox/
--
Marc Rohloff [TeamB]
marc rohloff -at- myrealbox -dot- com |
|
| Back to top |
|
 |
Col Guest
|
Posted: Thu Dec 21, 2006 3:47 pm Post subject: Re: Simple password protection |
|
|
Thank you Marc. This looks much comprehensive than I thought I needed
but will undoubtedly do the job
On Dec 21, 12:51 am, "Marc Rohloff [TeamB]" <"on request"> wrote:
| Quote: | On 20 Dec 2006 02:21:04 -0800, Col wrote:
I want to password protect my program following a demo period. Once the
'sell-by' date has passed, I want to disable the program
(form1.enabled:=false will do) until the correct password is inputted.
Once done. I would like the program to work forever without further
need to input the password. Can this be done simply without having to
write a file?Look at LockBoxhttp://sourceforge.net/projects/tplockbox/
--
Marc Rohloff [TeamB]
marc rohloff -at- myrealbox -dot- com |
|
|
| Back to top |
|
 |
|