KB-31216: Window for typing values.

Question:

Is there a command to open windows that is similar to MsgBox, but with a field for typing text?

Solution:

Yes, this is what VBScript’s InputBox is for.

Script sample:

Dim Input
Input = InputBox("Enter your name")
MsgBox ("You entered: " & Input)
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

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

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *