随笔分类 - MFC
摘要:1 CString str; 2 CPaintDC dc(this); 3 int cx = dc.GetDeviceCaps(HORZRES); 4 int cy = dc.GetDeviceCaps(VERTRES); 5 str.Format("%d %d", cx, cy); 6 AfxMe
阅读全文
摘要:错误提示: 严重性 代码 说明 项目 文件 行 源 禁止显示状态 工具错误(活动) E0035 #error 指令: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Ple
阅读全文
摘要:新建MFC基于对话框应用,项目名MFCTabControl 项目属性,SDL检查关闭,字符集:未设置 删除默认对话框上自动添加的2个按钮1个标签控件 下载TabSheet.cpp TabSheet.h文件,复制到工程目录,下面是链接: https://blog.csdn.net/weixin_405
阅读全文