KB-63141: Demo application – KeyPad for Login.

Question:

How can I show a virtual KeyPad when opening the Login dialog?

Solution:

To do so, use the following script:

Sub CommandButton1_Click()
Set KeyPad = Application.GetKeyPad()
      KeyPad.Show()
      Application.Login()
End Sub

Demo Application:

In the attached application, we show the KeyPad when the Login method is called, as well as examples on how to use Hide/Show methods and Layout and X/Y properties.

Attachments:

KeyPad.zip

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 *