Jump to content

Recommended Posts

Posted

I'm trying to work with a list, but i can't seem to be able to access it.

The App i'm trying to automate is a .NET app, called "emoze Enterprise Edition" from www.emoze.com.

Posted Image

The list is in the 'Add user' dialog.

Here's a sample of the code i'm using to try to get some onfo from the list:

ControlCommand("Add a New User","Select user from list","[CLASS:WindowsForms10.window.8.app3; INSTANCE:6]","GetLineCount", "")

I believe the list info is correct, i used the info tool to get it.

Thanks

Amir

Posted

I'm trying to work with a list, but i can't seem to be able to access it.

The App i'm trying to automate is a .NET app, called "emoze Enterprise Edition" from www.emoze.com.

The list is in the 'Add user' dialog.

Here's a sample of the code i'm using to try to get some onfo from the list:

ControlCommand("Add a New User","Select user from list","[CLASS:WindowsForms10.window.8.app3; INSTANCE:6]","GetLineCount", "")

I believe the list info is correct, i used the info tool to get it.

Thanks

Amir

Try either the ControlListView() or _GuiCtrlListView_*() functions on it.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

Try either the ControlListView() or _GuiCtrlListView_*() functions on it.

:)

Thanks.

Well, it didn't work, i guess it's not a standard control...

Thanks for trying to help.

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