Jump to content

Recommended Posts

Posted

Hello!

I have been searching the forum for this answer, and while it has some info on the subject, it is not quite enough to make it clear to me.

Question is this.

How do I get a list of all the options that are in a combobox created by another program? I do not know what lanuage the other program was written in...will that make a difference?

Posted (edited)

the language should not matter, what matters is that it is a standard windows combo box.

<{POST_SNAPBACK}>

How do I know whether it is a standard windows combobox? Edited by dcat127
Posted

Welcome to the forums!

You will know if you're dealing with a standard Windows combo control if you successfully try to manipulate it using AutoIt.

I've never tried anything like this but the ControlCommand() function appears to have a lot of combo-related functionality to it. If that's not what you're after then perhaps ControlGetText() is. Have a read of these in the help file and let us know what you think.

Good luck!

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