UncategorizedComments Off on Create a message box with a timeout option
Oct202014
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.