Or you can do something like
Code:
$passwd = InputBox("Security Check", "Enter your password.", "", "*")
$answer = InputBox("Question", "Where were you born?", "Planet Earth", "", _
-1, -1, 0, 0)
$value = InputBox("Testing", "Enter the 1 or 2 character code.", "", " M2")
MsgBox(4096, "Correct", "This box will time out in 10 seconds", 10)