ALTaleX531 / TranslucentFlyouts

Translucent effect for most of the win32 flyouts
GNU Lesser General Public License v3.0
864 stars 26 forks source link

Transparent menus on desktop, but not on Windows File Explorer #149

Closed 03302024 closed 4 months ago

03302024 commented 5 months ago

I like transparent menus on desktop, but not so on Windows File Explorer.

So, I added "explorer.exe" to "Disabled List", but the side effect was that the desktop transparent menus were also gone. Is there a remedy for this?

ALTaleX531 commented 4 months ago

No, it is impossible. Desktop and file explorer are the same process.

03302024 commented 4 months ago

Can't you use the Windows File Explorer window handle number to get its process number, and go from there, rather than using the generic "explorer.exe" process name?