Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,761 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
With "visual styles" enabled by the host application, radio button and checkbox controls no longer send WM_CTLCOLORSTATIC messages. We rely on these messages to provide dark mode support by customizing colors. The solution was to disable visual styles for these controls based on this documentation - https://learn.microsoft.com/en-us/windows/win32/controls/cookbook-overview#turning-off-visual-styles. But this solution doesn't seem to work anymore on windows 11.