ysc3839 / win32-darkmode
Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.
☆472Updated 2 years ago
Alternatives and similar repositories for win32-darkmode:
Users that are interested in win32-darkmode are comparing it to the libraries listed below
- Custom owner menubar drawing for win32 even with aero themes using undocumented Windows messages and structures, previously unknown.☆82Updated 3 months ago
- Organized bookmarks to Win32API posts of Raymond Chen's blog "The Old New Thing".☆321Updated 9 months ago
- basic win32 example of a borderless window (with aero shadows)☆512Updated last year
- Example of properly DPI-scaling Win32 windows from XP to the latest Windows 11☆256Updated 6 months ago
- Small tool for exploring visual styles (aka themes) on Windows XP and later, as provided by UXTHEME.DLL.☆90Updated last year
- A minimal borderless window with the Windows API☆328Updated last year
- A lightweight modern C++11 library for Win32 API, using lambdas to handle Windows messages.☆368Updated 9 months ago
- Demonstrating composition of custom UI elements over the standard window frame☆80Updated 4 years ago
- WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows…