Sergeant_Shultz Posted March 14, 2019 Posted March 14, 2019 To anyone who might have any ideas on how to go about setting up a GUI where it can prompt me to input text and have it output into other areas of the function. (to output to where I want outside of Auto IT). A quick glance at the help section and Im thinking this is what I need. $WS_EX_ACCEPTFILES Do I need something else for the output?
user4157124 Posted March 14, 2019 Posted March 14, 2019 Possibly: https://www.autoitscript.com/autoit3/docs/functions/InputBox.htm AUERLO (AutoIt error logger)
Skysnake Posted March 14, 2019 Posted March 14, 2019 1 hour ago, Sergeant_Shultz said: (to output to where I want outside of Auto IT). FileWrite? Skysnake Why is the snake in the sky?
Sergeant_Shultz Posted March 14, 2019 Author Posted March 14, 2019 Thanks both of you for the feedback. Ill repost when Ive had a chance to read each suggestion in-depth.
supraaxdd Posted May 10, 2019 Posted May 10, 2019 Are you trying to store the input as a variable for a later use is it?
FrancescoDiMuro Posted May 11, 2019 Posted May 11, 2019 @Sergeant_Shultz There are various controls that do what you need (TextBox, EditBox, and so on). You can create them with GUICtrlCreate* functions, and store the value set by the user through the function GUICtrlRead(). Once you read the content of the control, you can use it to do whatever you want Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
supraaxdd Posted May 11, 2019 Posted May 11, 2019 13 minutes ago, FrancescoDiMuro said: @Sergeant_Shultz There are various controls that do what you need (TextBox, EditBox, and so on). You can create them with GUICtrlCreate* functions, and store the value set by the user through the function GUICtrlRead(). Once you read the content of the control, you can use it to do whatever you want I doubt he will respond to this thread, he asked this over a month ago...
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