View Single Post
  #1   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?

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!?