文档彩票走势图>>BCGControlBar 中文文档>>安装指南
安装指南
首先,请阅读以下MSDN文章,了解如何使用Visual Studio 2008的MFC Feature Pack:
。要开始在项目中使用BCGSuite库,您需要在源代码中进行以下更改(请不要忘记首先制作源文件的备份副本):- 将BCGSuite目录添加到INCLUDE路径中
- 将以下内容添加到stdafx.h文件中
#include ""BCGSuiteInc.h"
点击复制
- 在应用程序ExitInstance()中添加对BCGCBProCleanUp()的调用
- 在CMainFrame::OnCreate()的开始设置应用程序的视觉风格(如果您的源代码有对CMFCVisualManager::SetDefaultManager的调用,请删除它):
BCGPSetVisualManagerSuite (CBCGPVisualManager::manager);
点击复制
where manager is:
- BCGPVM_OFFICE_2000: MS Office 2000/VC++ 6.0 look
- BCGPVM_OFFICE_XP: MS Office XP/VS.NET look
- BCGPVM_OFFICE_2003: MS Office 2003 look
- BCGPVM_VS_2005: Visual Studio 2005 look
- BCGPVM_WINXP: Native Windows XP/Vista look.
- BCGPVM_OFFICE_2007_BLUE: MS Office 2007 look - Blue theme
- BCGPVM_OFFICE_2007_BLACK: MS Office 2007 look - Black theme
- BCGPVM_OFFICE_2007_AQUA: MS Office 2007 look - Aqua theme
- BCGPVM_OFFICE_2007_SILVER: MS Office 2007 look - Silver theme
- BCGPVM_VS_2008: Visual Studio 2008 look
- BCGPVM_VS_2010: Visual Studio 2010 look