locutus243 Posted August 3, 2005 Posted August 3, 2005 I am trying to create an input box that gives the user two options to choose from. Ideally I want two buttons in there and when one of the buttons is clicked then autoIT can record the choice made and I can use this choice later on in my script. (as I would be able to if somebody entered the value into a input box by using global value $password for example.) I've tried finding a dialog box or alternative types of input boxes but haven't had much luck. Wondered if anyone could help? Thankyou for your time Mark
jpm Posted August 3, 2005 Posted August 3, 2005 I am trying to create an input box that gives the user two options to choose from. Ideally I want two buttons in there and when one of the buttons is clicked then autoIT can record the choice made and I can use this choice later on in my script. (as I would be able to if somebody entered the value into a input box by using global value $password for example.)I've tried finding a dialog box or alternative types of input boxes but haven't had much luck. Wondered if anyone could help?Thankyou for your timeMark<{POST_SNAPBACK}>with InputBox function you have 2 buttons. Just check which one was click using the @error and design your script accordingly.
locutus243 Posted August 3, 2005 Author Posted August 3, 2005 Cheers for that idea, but how do you change the text on the 'ok' and 'cancel' buttons t read what I want? Thanks Mark
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