I have to select all items from an external program Listview control. Does anybody know how can I accomplish this? I tried with SendCommand, but failed.
In AutoIt I can do it this way:
ControlListView("Title", "", "[CLASS:SysListView32; INSTANCE:1]", "Selectall")
Thanks!