rexx Posted September 11, 2009 Posted September 11, 2009 I use ControlListView($hWnd, "", "SysListView321", "GetSelected") to get the index of selected files. But in win 7 it seems not "SysListView321" anymore, so how can I get selected files in a explorer?
weaponx Posted September 11, 2009 Posted September 11, 2009 The control class is now "DirectUIHWND" which I don't think is compatible with any of the listview functions in AutoIt. I can't seem to find anything about it on MSDN.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now