Hi All,
I am trying to configure a third-party software. On one of its pages is a combobox where each entry is an icon and a text. However, I cannot use ControlCommand nor _GUICtrlComboBox_* nor _GUICtrlComboBoxEx_* methods to select an item. The items appear ok when I manually click the dropdown say:
LOCAL DELIVERY
PICKUP
But when I use the _GUICtrlComboBox_GetListArray and cycle through it, what is returned is:
LOlp
PI[]
where [] is actually the box character.
I have tried to select an item by using say, "LOCAL DELIVERY" and "LOlp" but none work. Is there a way to select an item by its index?
Thanks in advance,
Vlad