Using Notepad++ source I've been able to set scrollbars and the main menu UI to dark mode. But the one major thing that I simply can not find is how to get dark mode popup menus (as well as a dark mode system menu).
Does anyone have any idea how to do that? The best I've managed to do is to add wndproc code for the popuplist window and then use MenuInfo to get a less ugly popup border, then add drawitem code for the menu items to set colors. It' "works" but it's a PITA, popup menus don't look like win11 menus should look (i.e., square corners) and it's hard to use and maintain.
So, is there some simple API call or something to get an apps menus to be in dark mode like we can do with the scrollbars? Any ideas appreciated!
Stan