上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 14win32_14_button按钮#include #include CHAR szText[256] = { 0 };#define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL)HINSTANCE g_hInst = NULL; //窗口句柄HANDLE g_hStdout = NULL; //控制台句柄//OnC... 阅读全文
posted @ 2016-06-10 08:27 -刀狂剑痴- 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 15windows_15_Edit编辑框#include #include #include "resource.h"CHAR szText[256] = { 0 };#define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL)HINSTANCE g_hInst = NULL; //窗口句柄HANDLE g_hStdou... 阅读全文
posted @ 2016-06-10 08:27 -刀狂剑痴- 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 12Windows_Modeless_Dialog对话框#include #include #include "resource.h"CHAR szText[256] = { 0 };#define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL)HINSTANCE g_hInst = NULL; //窗口句柄HANDLE ... 阅读全文
posted @ 2016-06-10 08:26 -刀狂剑痴- 阅读(219) 评论(0) 推荐(0) 编辑
摘要: #include #include #include "resource.h"CHAR szText[256] = { 0 };#define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL)HINSTANCE g_hInst = NULL; //窗口句柄HANDLE g_hStdout = NULL; //控制台句柄//D... 阅读全文
posted @ 2016-06-10 08:26 -刀狂剑痴- 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 13windows_static静态标签#include #include #include "resource.h"/***dat : 2015-05-22 10:59:53*file : F:\long\win32 study\Win32_Project\13Windows_static\13windows_static.cpp*file base: 13windows_static*say... 阅读全文
posted @ 2016-06-10 08:26 -刀狂剑痴- 阅读(266) 评论(0) 推荐(0) 编辑
摘要: #include #include CHAR szText[256] = { 0 };#define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL)HINSTANCE g_hInst = NULL; //窗口句柄HANDLE g_hStdout = NULL; //控制台句柄//OnPaintvoid OnPaint(HW... 阅读全文
posted @ 2016-06-10 08:19 -刀狂剑痴- 阅读(200) 评论(0) 推荐(0) 编辑
摘要: #include #include CHAR szText[256] = { 0 };#define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL)HINSTANCE g_hInst = NULL; //窗口句柄HANDLE g_hStdout = NULL; //控制台句柄//OnPaintvoid OnPaint(HW... 阅读全文
posted @ 2016-06-10 08:18 -刀狂剑痴- 阅读(247) 评论(0) 推荐(0) 编辑
摘要: // 7Windows_paint.cpp : 定义应用程序的入口点。//#include "stdafx.h"#include "7Windows_paint.h"#include "resource.h"#include HINSTANCE g_hInst = NULL;HANDLE g_hStdout = NULL; //控制台int g_DrawType = 0;COLORREF g_nP... 阅读全文
posted @ 2016-06-10 08:17 -刀狂剑痴- 阅读(332) 评论(0) 推荐(0) 编辑
摘要: #include #include #include "resource1.h"//宏定义输出函数#define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL);HINSTANCE g_hInst;HANDLE g_hStdout = NULL;CHAR szText[256] = { 0 };//DrawBmpvoid ... 阅读全文
posted @ 2016-06-10 08:17 -刀狂剑痴- 阅读(183) 评论(0) 推荐(0) 编辑
摘要: // 6WinRes.cpp : 定义应用程序的入口点。//#include "stdafx.h"#include "6WinRes.h"#include "Resource.h"#include #define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL)HINSTANCE g_hInst = NULL; //窗口句柄... 阅读全文
posted @ 2016-06-10 08:16 -刀狂剑痴- 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页