sconnaughton Posted March 15, 2013 Posted March 15, 2013 I am new to Autoit but have been working with VB scripts for some time. I'm in a time crunch and need to find sample code that creates a countdown timer that includes an exicute button. At the end of the time or if the button is clicked I need it to perform an action. Does anyone have something like this they can share?
Developers Jos Posted March 15, 2013 Developers Posted March 15, 2013 Welcome,I'm in a time crunch and need to find sample code that creates a countdown timer that includes an exicute button. At the end of the time or if the button is clicked I need it to perform an action. Does anyone have something like this they can share?Why the time crunch?We in general are willing to help somebody in case of issues but somewhat reluctant to provide code base on that argument.There are many examples in the Helpfile and this forumStart ready on the TimerInit() page for the timer function and GUI topic for GUI examples with buttons.EnjoyJos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Moderators JLogan3o13 Posted March 15, 2013 Moderators Posted March 15, 2013 (edited) As Jos mentions, there are a ton of examples if you do a search. Personally, I like this one by UEZ:You could easily modify this to your needs. Edited March 15, 2013 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
sconnaughton Posted March 18, 2013 Author Posted March 18, 2013 Thanks JLogan3o13, That is exactly what I needed. I was able to modify it to perform the way I wanted.
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