Todd1561 / TANWindowMgr

Reposition windows at the click of the mouse
87 stars 6 forks source link

App doen't see Windows Explorer windows #20

Closed Zoli1972 closed 2 years ago

Zoli1972 commented 2 years ago

Hi,

the app doesn't see Explorer windows and doesn't display them in the list.

Zoli

HansdBr commented 2 years ago

Has anyone already found a solution for problem with Explorer. I don't see a way to include Explorer window in profile?

Todd1561 commented 2 years ago

This is basically the same as this issue so I'm closing as a duplicate: https://github.com/Todd1561/TANWindowMgr/issues/2

TANWindowMgr identifies applications by their process name (e.g. notepad.exe). The problem with Windows Explorer windows is they are just part of the main "explorer.exe" program that is the entire underlying UI for Windows so they can't be identified properly. A different method for identifying windows would need to be developed, maybe one day...