View previous topic :: View next topic |
Author |
Message |
rahul780 Beginner
Joined: 04 Jan 2008 Posts: 10 Topics: 9
|
Posted: Fri Jan 25, 2008 2:36 am Post subject: i want to display * when user enter password in map |
|
|
hi all,
i have to write a program for password entry when user enter field of password in map i have to read that password but at plase of password character user see only * in map
as shown bellow
passward=****
how can i do such ?
regards
rahul |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Jan 25, 2008 7:09 am Post subject: |
|
|
This has been discussed before, try searching for it. In short, you can not do this with BMS functions, BMS is asynchron, what you want is done on PCs because they are synchron (each keystroke can be checked). |
|
Back to top |
|
 |
|
|