08-23-2014, 03:22 AM
Macro Macro2431
But it will not work in Windows 7/8 Explorer, it does not use SysListView32.
int w=win("Winamp" "BaseWindow_RootWnd")
int hwl=child("List4" "SysListView32" w 0x0 "id=1001") ;;list 'Refine:'
int i=SendMessage(hwl LVM_GETNEXTITEM -1 LVNI_SELECTED) ;;or LVNI_FOCUSED, or LVNI_SELECTED|LVNI_FOCUSED
out i
But it will not work in Windows 7/8 Explorer, it does not use SysListView32.