05-31-2006, 08:35 AM
There are two different types of list controls. Controls that have ListBox classname (simple listboxes) and controls that have SysListView32 classname (like in Windows Explorer). LB_x functions work only with ListBox controls. GetListViewItemText works only with SysListView32.
Use accessible object functions instead. There are dialogs in the floating toolbar.
Use accessible object functions instead. There are dialogs in the floating toolbar.