Hi there,
I'm using ControlListView("Title", "", "SysListView321", "GetText") to read items from a listview control in a window.
While one GetText command can only read one subitem, I have to use several ControlListView commands to get all subitems of an item in a same line.
But constantly and very quickly there are new items inserted to the top of the listview.
So between the two GetText commands the several lines at the top may changed.
And I read disordered information.
Could anyone help? Thx.