Jump to content

How to Automation click "Start" program


Go to solution Solved by Unc3nZureD,

Recommended Posts

Posted

It's "[iD:135498]".

Btw, don't use the "text" parameter (pretty useless IMO).

 

i've to tried to another Notebook..can't automatically "start" too..

when i use AU3info severaltime, i get many different ID..like this picture post-81604-0-61358100-1377054894_thumb.j

why it can be so?

Posted

 

Correct me if I'm wrong, but according to help file, both should be viable. This:

ControlClick("My Window", "", "[ID:254]")

...should be the same as:

ControlClick("My Window", "", 254)

i've tried with this scrip n work

Run("E:\MASTER\MODEM\Pw Bebas2.exe")        ;membuka program bernawam Pw Bebas2.exe dari direktori E-MASTER-MODEM
WinWaitActive("XL Bebas. PW")                          ;menunggu tampilan program pw bebas2.exe yg berjudul XL Bebas
ControlClick("XL Bebas. PW", "", "Start")              ;setelah window XL Bebas.PW terbuka maka otomatis klik "Start"
Posted

Please wait at least 24h before bumping.

Use the control ID if nothing else work, because it can change on new program instance.

Go to the "Control" tab of the info tool, you should have a CLASSNN with an instance.

More infos in the help file or the forum.

Br, FireFox.

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