I’ve just started using Visual Studio 2010’s Dialog Editor and the first thing I noticed was that the controls I can add all have the Windows 95 style and not the Window Vista/7 Aero style.
I suspect that maybe only MFC has Aero style controls, but I can’t test this since I really do not want to use MFC (this is supposed to be a super lightweight program).
Is there anything I can do to make Dialog boxes with Aero style controls?
You need to make sure that your application includes a comctl32 v6 manifest to enable visual styles.
The simple way to do this is to add the following to your code: