eldara Posted November 28, 2007 Posted November 28, 2007 How do i set up a box pop up and ask the user/me for a value for example lets say my name and then store that value in a variable which i can use later, just for example sake lets say have a box pop up and ask for my name then once enterd opens up a notepad and types my name in. also how do i set the script to carry on when the user clicks/closes a message box instead of poping up a box and then folloing on to open other things if i want it to open after the user clicks ok. Thanks in advance, Eldara
Iklim Posted November 28, 2007 Posted November 28, 2007 Please search the help before posting.How do i set up a box pop up and ask the user/me for a value for example lets say my name and then store that value in a variable which i can use later, just for example sake lets say have a box pop up and ask for my name then once enterd opens up a notepad and types my name in.http://www.autoitscript.com/autoit3/docs/f...ns/InputBox.htmalso how do i set the script to carry on when the user clicks/closes a message box instead of poping up a box and then folloing on to open other things if i want it to open after the user clicks ok.After your input box, check @error to see if the user has clicked on Cancel.Regards. Iklim
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