Jump to content

Recommended Posts

Posted (edited)

I've searched for it but could't find what i was searching for and i have checked the help file.

Well i want that the script will just run in "x program" , and if i minimize the "x program" the script should still be running in just that program, so i can do other stuff while the script is doing things in the "x program"

How can i do this? :S is it possible with Autoit or do i need C++ knowlege?

Hope you understand what im looking for, im not that good att explaing.

Thanks.

Edited by Zisly
Posted

Its hard to understand with "x program" everywhere...why not just put the name, and I don't understand what your asking unless you want

Control* Functions...

Posted (edited)

I mean i make a script for "x program".

I mean so it will just run in that program EVEN if i minimize the window and open like Internet Explorer.

Edited by Zisly
Posted

Control*()

Run()

ShellExecute()

Still not understanding what your asking, besides you needing to do something with Control*() functions.

Posted

Control*()

Run()

ShellExecute()

Still not understanding what your asking, besides you needing to do something with Control*() functions.

How is it hard to understand? ok i'll give it one more try.

(using Internet Explorer as example now)

I make a script that will log me in on msn with internet explorer.

So i want it to log me in meanwhile i do other things on the computer.

Now then? do you understand what im asking for?

Posted

How is it hard to understand? ok i'll give it one more try.

(using Internet Explorer as example now)

I make a script that will log me in on msn with internet explorer.

So i want it to log me in meanwhile i do other things on the computer.

Now then? do you understand what im asking for?

Yup, I get it

You want to know if Autoit can "manipulate/transact with" a program, while the program in question is minimized

Good question.....

Everseeker

Posted (edited)

Most all of the functions will work on windows that are not active, and so even if they are minimized. Exceptions that come to mind are ControlCommand and ControlClick that only work reliably on the active window.

Look in the help file under User Defined Functions > IE Management

Edited by Squirrely1

Das Häschen benutzt Radar

Posted

I mean if i put the script to run notepad.exe and then it writtes thing in it, even if i use internet?

Now if i open a new window it just tryis to writte something in the new-one.

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
×
×
  • Create New...