Hi, ALL,
It is possible to create a password-style text control with using TE_PASSWORD. However, someone can just guess the length of the password by how many letters are typed.

Is it possible to create a password field where the typed thing won't be echoed?

Qt does have such style, but what about native Windows control?

Thank you.