摘要: 阅读全文
posted @ 2016-03-10 20:47 天还是那么蓝 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1 // 01控件.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "01控件.h" 6 #include "Windowsx.h" 7 #include <commctrl.h> 8 #define MAX_LOADSTRING 阅读全文
posted @ 2016-03-10 20:34 天还是那么蓝 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1 // LandSystem.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "LandSystem.h" 6 #include <CommCtrl.h> 7 #include <windowsx.h> 8 #pragma com 阅读全文
posted @ 2016-03-10 16:55 天还是那么蓝 阅读(175) 评论(0) 推荐(0) 编辑
摘要: // 计算器.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "计算器.h" #include"resource.h" #define MAX_LOADSTRING 100 // 全局变量: HINSTANCE hInst; // 当前实例 TCH 阅读全文
posted @ 2016-03-10 09:57 天还是那么蓝 阅读(336) 评论(0) 推荐(0) 编辑
摘要: // 003.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "003.h" #define MAX_LOADSTRING 100 // 全局变量: HINSTANCE hInst; // 当前实例 TCHAR szTitle[MAX_LOADST 阅读全文
posted @ 2016-03-10 09:52 天还是那么蓝 阅读(446) 评论(0) 推荐(0) 编辑