使用BCGControlBar界面库美化MFC界面的详细过程

系统环境:Windows 7
软件环境:Visual Studio 2013
本次目的:实现MFC对话框换肤

 

 

下载安装BCGControlBar 25破解版

安装完成自动弹出编译库文件的对话框,选择需要的进行编译,需要一段时间,等候,完成

 

 

打开vs 2013

首先使用BCGPAppWizard建立工程:

    Application type: Dialogbsed

    Use of MFC: Use MFC in astatic library

勾上 Use Unicodelibarries

 

 

1、建立基于64位32位)解决方案平台的工程;

 

2、把BCGControl的根目录下的 BCGControlBarPro\Bin64BCGControlBarPro\Bin下的所有DLL库文件复制到路径C:\Windows\System32下;

 

3、将BCGControlBar 的程序文件中Bin(...\BCGSoft\BCGControlBarPro\Bin)添加到工程中的库目录(工程属性->VC++目录->库目录),将同一文件夹下CGCBPro(BCGSoft\BCGControlBarPro\BCGCBPro)添加到工程中的包含目录。

 

你可能感兴趣的:(MFC)