So I’m trying to recompile an application to add some minor features. All is well, except for one thing.
The old version has all the windows-vista-style dialog buttons. The corners are rounded, the radio buttons look different, etc.
How do I turn those things on? I want it to look/feel like the original.
EDIT: If anyone knows how to make that picture imbed inline, go for it… I couldn’t get it.
It seems that your version has classic window style (not Vista). To use Vista style as in “THEIR VERSION” check that somewhere in headers there is the following code:
If that code is there(and I think it should be there) you should check that you have compiled UNICODE version( with _UNICODE defined).
More details about enabling Vista Common Controls you could read in MSDN Article.