How to get MDI window title bars on Windows 10 wit

2020-02-14 10:25发布

问题:

I'm maintaining and old software that has an MDI interface (yes, I know it's out of fashion today) and I'd like the MDI title bars have a modern look on Windows 10.

This is the actual look (upper corner if the application's main window with the upper corner if an MDI winow):

And this is the look I'd like to get:

I'd like to know if there is a way to achieve this other than doing all the painting stuff of the non client area myself.

标签: winapi mfc