win32-darkmode icon indicating copy to clipboard operation
win32-darkmode copied to clipboard

Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.

Results 9 win32-darkmode issues
Sort by recently updated
recently updated
newest added

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...

I'm trying to implement this in a wxWidgets app. I call InitDarkMode() and g_darkModeSupported gets set to true, and the main menus are dark (nice!) and so are the scrollbars....

First of all: Sorry, I'm not very proficient with Win32 or C++ in general. As the code is almost completely uncommented, how are the menu popup items in the top...

I wish to use this with the mingw64 api, which has the Windows headers but not the Windows SDK headers. In addition, if there was an easy way to call...

~~~c fnShouldAppsUseDarkMode // 132 ~~~ returned inncorrect result on Win10 1903+, you should call: ~~~c fnShouldSystemUseDarkMode // 138 ~~~ ps: also for x64 builds right way for set properties of...

First of all...great code. One thing I did want to point out is that when the form loses focus the theme goes back to normal. I only see a dark...

Adding the following to CheckBuildNumber function allows this to work on Windows 11. buildNumber == 22000 buildNumber == 22621

I'm trying to remove the vertical gridlines that separate columns in a ListView. Could you please advise on how to achieve this? ![image](https://github.com/ysc3839/win32-darkmode/assets/105098765/1530f8e9-bb01-40eb-92bd-05ce731ffc2f)