04-04-2007, 06:39 AM
Can be used LB_x functions or accessible object functions. Example with LB_x functions:
Example with accessible object functions:
int hwnd=child("" "WindowsForms10.LISTBOX.app.0.378734a" win("Form1" "WindowsForms10.Window.8.app.0.378734a") 0x1)
int i
str s
for i 0 LB_GetCount(hwnd)
,LB_GetItemText(hwnd i s)
,out s
LB_SelectItem hwnd 2Example with accessible object functions:
