Create a message box with a timeout option
To create a message box with timeout option, you can call the function
MessageBoxEx
, and set the timeout parameter. Or you can create a
WScript.Shell
object and call its method
Popup
.
You can download the sample from:
MsgBoxTimeout.amk