Jump to content

Recommended Posts

Posted

$listHandle = ControlGetHandle($handleOpenForms, "", "[CLASS:ComboBox; INSTANCE:2]")

_GUICtrlComboBox_SetCurSel($listHandle, 2)

This should get a combobox, select the 3d item of the list. It works.... But it is not validated, and so the Event attached to it is not fired.

Any idea, what need to be done ?

Thanks

Laurent

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