Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
syslistview32 click item
#2
this macro selects the second item in the QM Open items list
Macro Macro2962
Code:
Copy      Help
int w=win("Quick Macros" "QM_Editor")
Acc a.Find(w "LIST" "" "class=SysListView32" 0x1004)
a.elem=2 ;; or a.Navigate("child2")
a.DoDefaultAction


Messages In This Thread
syslistview32 click item - by _pi - 02-05-2018, 07:12 PM
RE: syslistview32 click item - by Gintaras - 02-05-2018, 07:29 PM
RE: syslistview32 click item - by _pi - 02-07-2018, 08:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)