andob / WinFinderbar

Finderbar for Windows (sticky always on top menu bar)
Apache License 2.0
5 stars 0 forks source link

Not working on some apps #1

Open tilsgee opened 2 years ago

tilsgee commented 2 years ago

List:

i will update it again if i can find more :3

andob commented 2 years ago

hehe, I know. That is because this program gets current window's menu bar location and size using Windows API official GetMenu and GetMenuItemRect.

Many apps don't use the official Windows API to define their menus. Instead, they use custom code to render their menus. Since any app could draw its menus in any possible way, this project would require to treat each app separately. Would require specific code for each app.

Please note that this project is just a university project I made back in 2014. It's just a hobby project, I never used it seriously. But anyway, thanks for using my project!

tilsgee commented 2 years ago

Umm... maybe, you can add it to Readme.md as "Known issue" ?, atleast :D

tilsgee commented 2 years ago

And, also, for owner of this project, try to learn every "GetMenu" thing. especially in "GetSubMenu" section. sorry, i can't help. i only knows about Python2 Language. :D