Jump to content

Recommended Posts

Posted

I created a program that allows me to automate certain steps that I run repeatedly on certain programs and the OS.

But to perform these steps I made ​​use of commands, send (), mouseMove (), mouseclick (), hotkeyset, etc. ...

But I want to do all this while I'm working with another window of the OS.

Can I change the functions, or perhaps with other commands, so that I can do this?

Thank for all answers :graduated:!

Posted

Thank you so much response, you must understand that I am not being native English speakers do not come easy to me to lookon the forum ...

However, if you give me a link that talk about this, you would do me a big favor ^ ^.

  • Developers
Posted (edited)

Same counts for me and to be honest, there was nothing wrong with the English in your initial post.

but, the answer is: NO, you can not have a script "stirring" your game or program while you are doing something else on the PC when using those commands.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Instead of Send() and MouseClick() look at ControlSend(), ControlClick() and other Control*() funcs as they work directly on the window.

If i write a code with this func, can i do another thing while the program work?

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
  • Recently Browsing   0 members

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