Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Select list item
#3
If it is SysListView32 control or inherited from it, you can send LVM_ENSUREVISIBLE message to make an item visible (scroll to it). Example:

Code:
Copy      Help
int hwnd=child("FolderView" "SysListView32" win("" "ExploreWClass") 0x1)
int index=60
def LVM_ENSUREVISIBLE 0x00001013
SendMessage hwnd LVM_ENSUREVISIBLE index 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)