Home > Archive > Delphi > May 2004 > Password in Ver 3
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Greg Madison, MS 2004-05-12, 9:10 pm |
| I need to create a passwor dialog box for a program in Delphi Ver 3. My help
file tells me how to bring in a PasswordDlg function into a current program
but not how to create the initial program. Any help on how to create one
with masked (*****) input? Thanks
--
Greg Madison, MS, DABR
Medical Physicist
The Center for Cancer Care
----------------------------------------------
The information contained in this message may be privileged and/or
confidential and protected from disclosure. If the reader of this message
is not the intended recipient or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify
the sender immediately by replying to this message and deleting the material
from any computer.
| |
| Peter Nikolow 2004-05-12, 9:11 pm |
| Try to play with PasswordChar property.
Regards,
Peter
"Greg Madison, MS" <gmadison@centerforcancercare.com> wrote in message
news:BSvoc.4628$OI1.4422@news01.roc.ny...
> I need to create a passwor dialog box for a program in Delphi Ver 3. My
help
> file tells me how to bring in a PasswordDlg function into a current
program
> but not how to create the initial program. Any help on how to create one
> with masked (*****) input? Thanks
>
> --
> Greg Madison, MS, DABR
> Medical Physicist
> The Center for Cancer Care
> ----------------------------------------------
> The information contained in this message may be privileged and/or
> confidential and protected from disclosure. If the reader of this message
> is not the intended recipient or agent responsible for delivering this
> message to the intended recipient, you are hereby notified that any
> dissemination, distribution or copying of this communication is strictly
> prohibited. If you have received this communication in error, please
notify
> the sender immediately by replying to this message and deleting the
material
> from any computer.
>
>
|
|
|
|
|