问题
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:
- Implement it yourself
- Use an external library like Codejock
- 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