ysc3839 / win32-darkmode

Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.
MIT License
437 stars 48 forks source link

Dark menu bar is missing #1

Closed zelid closed 5 years ago

zelid commented 5 years ago

I've downloaded master version on 19-July-2019 and everything looks good (submenus, popups, titlbar, scrollbars) all beside menu.

menu

Windows Explorer has dark menu. How to use the same dark menu styling as Windows Explorer has?

ysc3839 commented 5 years ago

Windows Explorer does not have dark menu, that is Ribbon UI with dark theme. It seems that Windows does not provide dark menu bar, so I can't solve this issue.

tom-huntington commented 4 years ago

Was going to ask you to do a dark themed UI but then I realized choosing the color was built in to the ribbon framework.

Just for my curiosity, how did you learn the undocumented API?

ysc3839 commented 4 years ago

@tom-huntington Using IDA and x64dbg to decompile system executables.