Jump to content

[Req]Using Script in Inactive/Not on Top - Window


Recommended Posts

Hi there,

I'm completely new to AutoIt,

Just want to ask, if there is a way to run my Script (simple Left Mouse Button down for a period of time) in an "Inactive" Window, so i can do some other things with PC, while left mousebutton is still held down in this special Window?

i tried to get it by myself with the Help Document and tried to find something similar in some tutorials, but without success.

maybe someone can help :graduated:

Thanx

Arc

Link to comment
Share on other sites

You are a little vague in your description. However, as a general rule of thumb, AutoIt cannot do more than what you can do yourself in Windows. Therefore, if you want to hold down a left click and still do other things, can you perform this task manually? If you cannot, then AutoIt probably cannot, either. For the most part, it is a sequential language, meaning, it performs tasks in a specified order. It cannot multitask and do lots of stuff simultaneously.

I'm not an expert by any means, so if I am wrong, someone please correct me.

#include <ByteMe.au3>

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