03-14-2007, 05:18 PM
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