Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Select an item on a listview
#1
Could you please advise on the way I could modify GetListViewItemText in order to select the given item. I have tried unsuccessfully :

def LVM_SELECTITEM 0xF11F
SendMessage(hlv LVM_SELECTITEM item lip2)
#2
Probably can be used LVM_SETITEMSTATE. But if it is in other process, you have to use share(), which is unavailable in exe.

Or try accessible object functions.
#3
Thanks, indeed. Best regards.


Forum Jump:


Users browsing this thread: 1 Guest(s)