How to change MFC application UI

十年热恋 提交于 2019-12-11 07:32:20

问题


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.

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

Any help would be appreciated.

Thanks


回答1:


I can think of 3 ways:

  1. Implement it yourself
  2. Use an external library like Codejock
  3. Adding a manifest file to your project

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



来源:https://stackoverflow.com/questions/41996087/how-to-change-mfc-application-ui

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!