Jump to content

Input Text


Recommended Posts

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? 

Link to comment
Share on other sites

  • 1 month later...

@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:

 

Link to comment
Share on other sites

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...

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...