Jump to content

jigne

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jigne

  1. Mass, thx for reply. The problem is that between the GetItemCount and the next GetText command, the top line may be altered by a new inserted line. Even I remember the number from the bottom, the number may be wrong when I read the subitem. I need some method to read all the subitems as a whole.
  2. 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.
×
×
  • Create New...