TextMode : Password

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

I am using the textBox in mode "Password" to show '*" instead of entered
characters. when i read back the user input, the Text property contains an
empty string.

How can I get the text box value (entered string) if the TextBox is working
in a mode "password" ?

Thanks.
Lubomir
.



Relevant Pages

  • Re: print and softspace in python
    ... If you don't want newline to be appended, ... you have a list of characters and want them to be printed ... to standard output, when the last character written to standard ... to write an empty string to standard output for this reason.) ...
    (comp.lang.python)
  • Re: SECURITY_ATTRIBUTES declaration for CreateFile
    ... and instruct WriteFile to send ten bytes. ... Okay, then I try ReadFile. ... If I try to read characters from the garbage file created ... sillyString2 is an empty string. ...
    (microsoft.public.vb.winapi)
  • Re: Reading, writing files
    ... return an empty string is at the end of the file. ... character file, oldFile, to newFile? ... this fuction succeding in adding each additional set up 50 characters ...
    (comp.lang.python)
  • OO email-class
    ... I'm trying to implement an OO-email class. ... The one that checks user input. ... '', wich I interpret as an empty string), in_array ... As you can see, the array $arr contains four indexes, but I'm not able to ...
    (alt.php)
  • Re: problems using getline and >> while reading a file
    ... > characters as it can recognize as a valid number, ... the stream is positioned at the line feed character that ... So the next call to getline reads the ... > line feed and reports an empty string. ...
    (microsoft.public.vc.stl)