模拟模态对话框
摘要:
模拟模态对话框参考CDialog的domodal方法代码#include <windows.h>#include <tchar.h>#include "resource.h"#define MsgBox(x) ::MessageBox(NULL, _T(x), _T(__FILE__), 0)#ifndef _countof#define _countof(array) (sizeof(array)/sizeof(array[0]))#endifLPCTSTR pszClassName = _T("My Window");HINS 阅读全文
posted @ 2011-01-08 17:51 FlowingCloud 阅读(240) 评论(0) 推荐(0)
浙公网安备 33010602011771号