How can i get HWND of external application's listview? In Windows Api using c++
- by Marko29
So i am trying to make app to get content of my explorer listviews and get item text etc.. from it but here are the problems...
If i inspect windows explorer folder(using spy++) with listview, just for testing purposes i will use random folder.
It shows me that caption of the window is "FolderView" with class "SysListView32" and the top level…