Jump to content

Recommended Posts

Posted

In Visual Basic there is a command called ListIndex, which returns the number of the selected dropdown item. Is there a command similiar in AutoIt?

Posted

look at _GUICtrlListSelectedIndex()

Hi

try use this command

ControlCommand ( "title", "text", controlID, "command" [, "option"] )

get the control id of your button and put action to perform on command ex: "ShowDropDown"

Regards

Suman

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