02-07-2013, 07:05 PM
Example with QM Options dialog, UAC combobox.
Macro Macro1981
Similar code should work with all standard combo box controls. Works with WindowsForms controls.
But in your object tree I don't see a COMBOBOX. Cannot capture it? Is it the DROPLIST?
When creating Navigate string, check "Show invisible" and "Show useless".
Macro Macro1981
int w=win("Options" "#32770")
Acc a.Find(w "COMBOBOX" "" "class=ComboBox[]id=1571" 0x1005)
a.CbSelect("User") ;;or a.CbSelect(1)
But in your object tree I don't see a COMBOBOX. Cannot capture it? Is it the DROPLIST?
When creating Navigate string, check "Show invisible" and "Show useless".