Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,737 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to programmably (Win32) access desktop front buffer created by Desktop Window Manager and change colors in it before the contents are copied on-screen?
I'm asking because of Win10 dark theme bugs some windows flash while when they are open, that also includes web pages in browser tabs and on top of that some old programs do not respect dark theme.
Is it possible to change colors in the final off-screen composite before the user sees it?
Thank you!
You can Hook DWM, but it is complicated
A random sample from Google : dwm_overlay