摘要: #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 天还是那么蓝 阅读(241) 评论(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) 编辑