Why do the buttons in my window look old in C++? Why do the buttons in my window look old in C++? windows windows

Why do the buttons in my window look old in C++?


Postmessage and WS_BORDER

Issue might be that you use WinAPI directly.
Have you tried sending WS_BORDER with PostMessage to the Control and set it 0 ?