Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clearing Acc variables
#6
Code:
Copy      Help
int isubitem=2 ;;for example
int hlv=child(1 "" "SysListView32" win("" "ExploreWClass")) ;;Windows Explorer, details view
Acc a=acc("qm.exe" "LISTITEM" hlv "" "" 0x1001)

RECT* r=share
r.top=isubitem
r.left=0
def LVM_GETSUBITEMRECT 0x00001038
if(!SendMessage(hlv LVM_GETSUBITEMRECT a.elem-1 share(hlv))) ret
;coordinates are in hlv client
mou r.left+5 r.top+5 hlv 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)