Hello Me You Posted February 23, 2007 Posted February 23, 2007 (edited) How do you show the left time of time out time? MsgBox(0, "Msg Title", "This window will close in: " & the time out time left & "seconds", 10) EDIT: The MsgBox text will look like this: This window will close in: 10 seconds This window will close in: 9 seconds This window will close in: 8 seconds This window will close in: 7 seconds This window will close in: 6 seconds This window will close in: 5 seconds This window will close in: 4 seconds This window will close in: 3 seconds This window will close in: 2 seconds This window will close in: 1 seconds And Close Edited February 23, 2007 by Hello Me You Random
Moderators SmOke_N Posted February 23, 2007 Moderators Posted February 23, 2007 (edited) Not going to happen unless you do multiple Message Boxes and time each one out in 1 second... or use a GUI that updates the label every second. Edit: Or use /AutoIt3ExecuteLine or /AutoIt3ExecuteScript to launch a message box and have the main script change the Control Label every 1 second. I might have done this already Edited February 23, 2007 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Shevilie Posted February 23, 2007 Posted February 23, 2007 Create your own GUI Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
Moderators SmOke_N Posted February 23, 2007 Moderators Posted February 23, 2007 In reply to my Edit:Gary actually added the count down timer to it:http://www.autoitscript.com/forum/index.ph...st&p=232394 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Hello Me You Posted February 23, 2007 Author Posted February 23, 2007 Create your own GUI I was expecting that. Thanks anyway. Random
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