KB-30707: Setting up a SetPoint to display only asterisks (*).

Question:

How can I set up a SetPoint so that when the user is typing any password, its characters are not displayed, only asterisks (*) instead?

Solution:

In this case, you will have to use a TextBox object (as seen below), and not a SetPoint.

Then, you will only need to insert a “mask” character, in this case the asterisk (*), at PasswordChar property.

NOTE: alternatively, you can also add a TextBox to the application by right-clicking the Screen and selecting Insert\MSForms\TextBox menu.

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *