
Windows
theForger
Israel.liu.theForger@gmail.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Registry(注册表)
Windows 注册表 MSDN: https://msdn.microsoft.com/zh-cn/library/ms724946(v=vs.85).aspx原创 2016-03-23 11:02:22 · 532 阅读 · 0 评论 -
COM:The Open Dialog Box
#include原创 2016-04-07 13:03:00 · 1074 阅读 · 0 评论 -
Device Context Types
有四种类型的DCs原创 2016-04-08 13:46:08 · 880 阅读 · 0 评论 -
屏幕截图
// GDI_CapturingAnImage.cpp : Defines the entry point for the application. //#include <tchar.h> #include <Windows.h> #include "GDI_CapturingAnImage.h"#define MAX_LOADSTRING 100// Global Variables: HINS原创 2016-06-24 13:55:43 · 796 阅读 · 0 评论