Jump to content

Mark Buttons


MiKaDo
 Share

Recommended Posts

Hello,

im new and i have some Questions for Autoit. I search for Tutorials but i don't find the right for me.

My problem is that i have a programm and i must add some marks at Buttons and names from an drop down menu for 600 items.

I found the command

MouseClick ( "left", 416, 395, 1)

but i dont now how to use it.

Can someone Help me please?

MiKaDo

Link to comment
Share on other sites

My problem is that i have a programm and i must add some marks at Buttons and names from an drop down menu for 600 items.

I found the command

MouseClick ( "left", 416, 395, 1)

but i dont now how to use it.

Can someone Help me please?

MiKaDo

First of all use Au3Info tool ("C:\Program Files\AutoIt3\au3info.exe" ) to identify kind of controls - their ClassNameNN.

In script use ControlGetHandle() and then apropriate functions for get text (depends on kind of controls).

Also post more exact description what do you want.

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