上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: #pragma once #include using std::vector; // CMyTabCtrl class CMyTabCtrl : public CTabCtrl { DECLARE_DYNAMIC(CMyTabCtrl) public: CMyTabCtrl(); virtual ~CMyTabCtrl(); // m_ctrl... 阅读全文
posted @ 2016-03-16 16:16 天还是那么蓝 阅读(289) 评论(0) 推荐(0) 编辑
摘要: // FileControlExample.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "FileControlExample.h" #include "FileControl.h" #include #include // 文件夹选择 #include // 扩展样式相关API #pragma comment(lib,"UxTh... 阅读全文
posted @ 2016-03-16 15:46 天还是那么蓝 阅读(239) 评论(0) 推荐(0) 编辑
摘要: #pragma once #include #include using std::list; typedef struct _FILE_INFO { WCHAR szFilePath[MAX_PATH]; // 文件路径 BOOL bIsFolder; // 是否为文件夹 DWORD64 ... 阅读全文
posted @ 2016-03-16 15:42 天还是那么蓝 阅读(248) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-15 18:14 天还是那么蓝 阅读(138) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-15 10:57 天还是那么蓝 阅读(184) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-15 08:54 天还是那么蓝 阅读(271) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-15 08:52 天还是那么蓝 阅读(498) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-14 15:20 天还是那么蓝 阅读(181) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-14 14:27 天还是那么蓝 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1 // 01WM_PAINT与GetDC.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "01WM_PAINT与GetDC.h" 6 7 #define MAX_LOADSTRING 100 8 9 #define MYBUTT 阅读全文
posted @ 2016-03-12 08:24 天还是那么蓝 阅读(438) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页