wxpython - Hiding characters typed into password field -


I am developing a student application application in wxpython and I need to know that password fields do not resonate characters Is the screen? Foreign exchange: If I tell the meaning of Moni, then it should be displayed as a format of ****.

You need to control your text TE_PASSWORD style

(As Jarn's comments say, this is not "encryption" - I believe that you are only talking about the visual presentation of the password.)


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

objective c - Mouse events for an NSSegmentedCell subclass? -