c++
C / C++ / MFC
6
Posts
4
Posters
3
Views
1
Watching
-
How do I change the window caption color ?
-
How do I change the window caption color ?
I guess either following [How To Change Title Bar Color In Windows 10](https://www.intowindows.com/how-to-change-title-bar-color-in-windows-10/) or by handling [WM_NCPAINT message (Winuser.h) - Win32 apps | Microsoft Learn](https://learn.microsoft.com/en-us/windows/win32/gdi/wm-ncpaint?redirectedfrom=MSDN)
-
I guess either following [How To Change Title Bar Color In Windows 10](https://www.intowindows.com/how-to-change-title-bar-color-in-windows-10/) or by handling [WM_NCPAINT message (Winuser.h) - Win32 apps | Microsoft Learn](https://learn.microsoft.com/en-us/windows/win32/gdi/wm-ncpaint?redirectedfrom=MSDN)
-
OK, thank you for the info! :)