Jump to content

Attach To Process? Requesting help.


Recommended Posts

What I would like to do is somehow have my compiled script send keys to an inactive window without interfering with what I am doing.

Example:

1. Opens up "compiled script".

2. "Compiled script" attaches to target process (inactive window).

3. "Compiled script" sends keys (example: "xyz") to target process (inactive window) ONLY.

Sorry if this question had already been asked.

Link to comment
Share on other sites

What I would like to do is somehow have my compiled script send keys to an inactive window without interfering with what I am doing.

Example:

1. Opens up "compiled script".

2. "Compiled script" attaches to target process (inactive window).

3. "Compiled script" sends keys (example: "xyz") to target process (inactive window) ONLY.

Sorry if this question had already been asked.

It has been done to death, use the search function.

Basically you are looking for ControlSend(), ControlClick(), and ControlCommand(), which can all operate on a minimized or hidden window.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

As long, as you can get the control ID's

[font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]

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