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() Â Â Â Â Â …