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

scrollbar hack blocked by AV #16

Closed umeca74 closed 3 years ago

umeca74 commented 3 years ago

Thanks for this most definite dark mode resource. I wish MS one day documented these stuff!

anyway, I want to report that your IAT hook is blocked by windows defender so the scrollbar remains white (and people get a nasty warning when the sample program runs). So that solution is no longer viable (windows build 19041)

for listview controls there's the alternative of using DarkMode_Explorer theme, as I'm sure you know

www.zabkat.com