is there any way to mask text that is inputted into an edit box?
I have to produce a really basic prototype GUI that will take the username and password from the user and they both work, but I want to replace the user's password with asterisks instead of plain text.
Instead of having 'bob' display in the edit box I would like it to display '* * *' for example.
Security does not matter at this point as it's simply a visual representation with no proper use as of now.
Thank you.