收录查询

随笔分类 -  大家来砸场子啊

摘要:来源于MSDN2001中文章:TN024: MFC-Defined Messages and ResourcesMFC private Windows messages are in the range 0x360->0x37F.//MFC私有消息范围:0x360->0x37FMFC private resource types are in the range 0xF0->0x... 阅读全文
posted @ 2006-02-24 16:13 -> 阅读(1239) 评论(0) 推荐(0)
摘要:#include "stdafx.h"#ifdef AFX_INIT_SEG#pragma code_seg(AFX_INIT_SEG)#endif#ifdef _DEBUG#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif////////////////////////////////////////////////////////... 阅读全文
posted @ 2005-12-14 23:34 -> 阅读(1031) 评论(0) 推荐(0)