Jump to content

How to Automation click "Start" program


Go to solution Solved by Unc3nZureD,

Recommended Posts

 

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"
Link to comment
Share on other sites

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.

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