Jump to content

Recommended Posts

Posted (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 by abi
Posted

Msgboxes pause the script whe nthey run, the easiest way to make them auto-close is to use the "timeout" parameter.

Posted

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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...