I need help in making an edit control where passwords are entered, so instead of displaying what the user types in, it displays '*s'. Thanks. :D
Use
ES_PASSWORD
when you create the control
Hey, it was that easy? Hmm, I thought I had to send a message to ... etc. etc. Thanks, Xception. :D