View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NA_AB[_2_] NA_AB[_2_] is offline
external usenet poster
 
Posts: 57
Default how to generate '*' in a textbox field that takes a password?

oops! that was so dumb question, got it in a minute, found the thing in the
properties of my textbox ;)

"NA_AB" wrote:

I have a form in c# that takes a password string from the user. How do I make
the password non readable to others by displaying it as '*****...' as the
user enters it!?ooo