Jump to content

Sending instructions to one minimized program


Recommended Posts

How can I do something like that:

Autoit script sending "textextexttextext" + {ENTER} to specific program name but that allow me to searching net, moving mouse etc ( don't interupt other things )

I hope there is a topic about that somewhere but I didn't found it. Thx for help, links to tutorials, other topics!

Link to comment
Share on other sites

ControlSend ( "title", "text", controlID, "string" [, flag] )

here how I try: (works almost correct , but changing some small letters to high)

ControlSend ( "Warcraft III", "", 0, "--- Text Text | Text Text | Text text ---" )

Sleep(100)

ControlSend ( "Warcraft III", "", 0, "{ENTER}" )

Sleep(100)

ControlSend ( "Warcraft III", "", 0, "--- Text Text | Text Text | Text text ---" )

Sleep(100)

ControlSend ( "Warcraft III", "", 0, "{ENTER}" )

Sleep(10000)

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