* Privacy - Photo Library Additions Usage Description * Privacy - Photo Library Usage Description * Privacy - Location When In Use Usage Description * Privacy - Location Always and When In Use Usage Description
import winex.desktop; var lv = winex.desktop.listview; var index = lv.findItem("此电脑"); lv.selected = {index}; var rect = lv.getItemRect(index); var pos = (rect.top+20)<<16|(rect.left+20); ::SendMessageInt(lv.hwnd,0x203/*_WM_LBUTTONDBLCLK*/,0,pos);