Jump to content

Send Func


moe987
 Share

Recommended Posts

First of all, to get things straight.. im pretty much a newb wen it comes to autoit, so don't criticize me if you think this question is retarded lol:

Does anyone know how to send text or command to an inputbox, i mean such as

Inputbox("Example","Enter _____") Send("a{enter}") or anything.

Everytime i try to do it, it wouldn't send anything, but once i press ok then it sends the commands, any suggestions?

Edited by moe987
Link to comment
Share on other sites

First of all, to get things straight.. im pretty much a newb wen it comes to autoit, so don't criticize me if you think this question is retarded lol:

Does anyone know how to send text or command to an inputbox, i mean such as

Inputbox("Example","Enter _____") Send("a{enter}") or anything.

Everytime i try to do it, it wouldn't send anything, but once i press ok then it sends the commands, any suggestions?

Well tell me why you want to do this and maybe i can come up with a better way to do it.

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

Link to comment
Share on other sites

Hello moe987,

First, welcome to the forums!

Second, the reason why it won't send info is because the script is paused while the InputBox exists. When you click 'OK', the dialog disappears and the script resumes.

One workaround is to place the InputBox in a separate script. Then run a separate script that interacts with it.

Zach...

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