如何更改MFC应用程序用户界面

问题描述:

我已经使用Visual Studio 2008实现了Windows应用程序,对于前端,我使用了MFC控件. 我需要更改应用程序的外观.这是Ui旧外观和新外观的示例图像.

I have implemented an windows application using Visual studio 2008 and for front end I used MFC Controls. I need to change look and feel of application. Here is Ui sample image of old and new look.

有人可以建议我如何在Visual Studio中完成它,还是应该使用其他工具?

Can anybody suggest me how it can be done in visual studio or should I use some other tool.

任何帮助将不胜感激.

谢谢

我可以想到3种方式:

  1. 自己实施
  2. 使用外部库,例如 Codejock
  3. 将清单文件添加到您的项目

使用清单文件将为您提供运行应用程序的操作系统的外观.

Using a manifest file will give you the look and feel of the OS your app is running on.