I want to list all open windows Explorer windows with their active path in the ListBox . The application should update the ListBox if the explorer window moves to another path.
For example, two explorer windows are open. One of them is connected to C:\Windows , and the other to D:\Stuff . When the application starts, it adds C:\Windows and D:\Stuff to the ListBox . Then the user navigates to another folder in one of the open explorer windows, for example C:\Windows\system32 . Then the application should update the ListBox and list C:\Windows\system32 and D:\Stuff .
I have no idea how to do this. Any pointers would be appreciated.
Elmo
source share