解决 Warning: calling DestroyWindow in CWnd::~CWnd OnDestroy or PostNcDestroy in derived class will not be called
摘要: 解决 Warning: calling DestroyWindow in CWnd::~CWnd OnDestroy or PostNcDestroy in derived class will not be called
阅读全文
posted @
2013-10-23 10:37 水 阅读(3608) |
评论 (0) 编辑
selectany
摘要: __declspec( selectany ) declarator
阅读全文
windows 多线程编程的几点经验 (防止死锁)
摘要: windows 多线程编程的几点经验 (防止死锁)
阅读全文
posted @
2011-08-15 10:46 水 阅读(1099) |
评论 (0) 编辑
vc2008对话框项目使用Feature Pack
摘要: 在vc2008 sp1中,引入了Feature Pack美化界面,不过微软提供的例子都是针对单文档或者多文档项目的,要在对话框项目中使用Feature Pack中的一些美化控件(如CMFCListCtrl),需要在App类(继承自CWinAppEx)的InitInstance函数中添加下面两行:
CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerOffice2007));
CMFCVisualManagerOffice2007::SetStyle(CMFCVisualManagerOffice2007::Office2007_LunaBlue);
同时,在项目res目录下的rc2文件中添加#include
。
阅读全文
posted @
2010-11-16 18:46 水 阅读(2356) |
评论 (0) 编辑
How to Check the Existence of a File or a Directory
摘要: How to Check the Existence of a File or a Directory
阅读全文
在visual c++ 2003中用hash_map保存自定义类型数据
摘要: sgi stl中的hash_map使用请参加http://www.stlchina.org/twiki/bin/view.pl/Main/STLDetailHashMap
在vc中(本文以vc2003为编译环境),hash_map与sgi stl中的定义是不一样的,区别如下:
阅读全文
posted @
2009-04-29 14:00 水 阅读(2727) |
评论 (3) 编辑
GetWindowRect和GetClientRect(转)
摘要: GetWindowRect和GetClientRect
阅读全文
posted @
2009-03-10 17:10 水 阅读(34218) |
评论 (1) 编辑
使VC Dialog窗体拥有透明效果的API(转)
摘要: 使VC Dialog窗体拥有透明效果的API(转)
阅读全文
posted @
2009-03-09 11:33 水 阅读(2544) |
评论 (0) 编辑