Quick question : how to set a text box for inputing password in winforms?

Posted by pecker on Stack Overflow See other posts from Stack Overflow or by pecker
Published on 2010-03-31T19:45:03Z Indexed on 2010/03/31 19:53 UTC
Read the original article Hit count: 342

Filed under:
|
|

how to set a text box for inputing password in winforms? Also I want to show "Capslock is ON" popup if capslock is on.

I want something like

<input type="password" /> in HTML.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET