vbscript

How to mask input with VBScript?


does anyone have an idea how to mask the InputBox in VBScript without using html (work security issues)? I'm using windows 10. Thank you very much, any help is greatly appreciated.


Solution

  • In VBScript you essentially have 2 options for masked input:

    [Source]

    Masking input in the builtin InputBox dialog is not possible.