02 2011 档案

让 ClistCtrl中 的 CheckBox 实现 单选
摘要: http://www.eggheadcafe.com/software/aspnet/33811658/detect-changes-in-clistctrl-control-with-checkbox.aspxDetect changes in ClistCtrl control with checkboxAjay Kalra posted on Wednesday, January 14, 2009 3:04 AMReplyDetect changes in ClistCtrl control with checkboxasoni1 posted on Tuesday, January 1阅读全文

posted @ 2011-02-18 16:53 cy163 阅读(768) | 评论 (0) 编辑

在现有 工程中使用 CBCGPro 的方法(使用此法成功)
摘要: http://blog.sina.com.cn/s/blog_4a7800cb0100e9ss.html本文以MDI应用程序为例说明如何在已有的VC++工程中使用BCG界面库,我的开发环境为VS2003。 1,将BCG/BCGCBPro目录路径添加到“项目属性->C/C++ ->常规 ->附加包含目录”中,同时将BCG/Bin目录路径添加到“项目属性->链接器 ->常规 ->附加库目录”中。2,确保在CWinApp派生类(设为CMyApp)的InitInstance()成员函数中调用AfxOleInit();3,在ExitInstance()函数中添加: CleanState(); BCGCB阅读全文

posted @ 2011-02-01 23:14 cy163 阅读(373) | 评论 (0) 编辑