Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Accessible Object and ComboBoxes
#3
Example with QM Options dialog, UAC combobox.
Macro Macro1981
Code:
Copy      Help
int w=win("Options" "#32770")
Acc a.Find(w "COMBOBOX" "" "class=ComboBox[]id=1571" 0x1005)
a.CbSelect("User") ;;or a.CbSelect(1)
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".


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)