Jump to content

Recommended Posts

Posted

Hi! Is there any way to find a button in a Window application in AutoItX com interface?

This button does not have a short cut key as in Firefox bookmark Alt+B.

So I need to move the mouse to the button and left click. Then select a particular item then left click and so on.

pjo

Posted

Hi! Is there any way to find a button in a Window application in AutoItX com interface?

This button does not have a short cut key as in Firefox bookmark Alt+B.

So I need to move the mouse to the button and left click. Then select a particular item then left click and so on.

pjo

Bump

Posted

Have you tried using ControlClick?

Thanks !

I was looking for the keyword !

I will investigate how to do it from AutoItX in PowerShell.

pjo

Posted

Have you tried using ControlClick?

Related question.

If the ControlID for the button is unknown, can Au3info.exe find it ?

I tried it but after moving the mouse onto the button, it does not show ID.

Does this mean there is no ControlID for this button ?

pjo

Posted

Wait, no control ID? Is this a web form button by chance? If so, you will need to use something like the IE object (#include <ie.au3>).

This app is stand alone and it is not Web based.

  • 2 months later...

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