06-14-2021, 04:31 AM
once you have the captured acc object
insert this after that code
example full code below
This is just a basic example of a form that has a combobox.
It wont work with the window your using but is included to show full example code
insert this after that code
ARRAY(Acc) c; int i
a.GetChildObjects(c -1 "LISTITEM" "" "" 16)
for i 0 c.len
,out c[i].Name
example full code below
This is just a basic example of a form that has a combobox.
It wont work with the window your using but is included to show full example code