abi Posted April 17, 2008 Posted April 17, 2008 (edited) MsgBox(64, "Tutorial", "Hello World!") Sleep(6000) SEND("{ENTER}") Send doesn't seem to close the msgbox above, How can I close it? Thanks for your help Edited April 17, 2008 by abi
Paulie Posted April 17, 2008 Posted April 17, 2008 Msgboxes pause the script whe nthey run, the easiest way to make them auto-close is to use the "timeout" parameter.
abi Posted April 17, 2008 Author Posted April 17, 2008 Msgboxes pause the script whe nthey run, the easiest way to make them auto-close is to use the "timeout" parameter.Thanks, I thought there might be other way of doing this, without the time-out option. Thanks, all the same for the quick response!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now