• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: listview  view  复选框  c++  Lis  

资源简介


资源截图

代码片段和文件信息

// ListViewCheckboxHeaderWTL.cpp : main source file for ListViewCheckboxHeaderWTL.exe
//

#include “stdafx.h“

#include ame.h>
#include 
#include 

#include “resource.h“

#include “MainDlg.h“

CAppModule _Module;

int WINAPI _tWinMain(HINSTANCE hInstance HINSTANCE /*hPrevInstance*/ LPTSTR /*lpstrCmdLine*/ int /*nCmdShow*/)
{
HRESULT hRes = ::CoInitialize(NULL);
// If you are running on NT 4.0 or higher you can use the following call instead to 
// make the EXE free threaded. This means that calls come in on a random RPC thread.
// HRESULT hRes = ::CoInitializeEx(NULL COINIT_MULTITHREADED);
ATLASSERT(SUCCEEDED(hRes));

// this resolves ATL window thunking problem when Microsoft layer for Unicode (MSLU) is used
::DefWindowProc(NULL 0 0 0L);

AtlInitCo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-02-13 14:39  ListViewCheckboxHeaderWTL\
     文件        1092  2011-02-13 11:32  ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.cpp
     文件          31  2011-02-13 11:32  ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.h
     文件        8154  2011-02-13 11:36  ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.rc
     文件        6464  2011-02-13 14:33  ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.vcxproj
     文件        1627  2011-02-13 11:32  ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.vcxproj.filters
     文件         143  2011-02-13 11:32  ListViewCheckboxHeaderWTL\ListViewCheckboxHeaderWTL.vcxproj.user
     文件        5729  2011-02-13 15:55  ListViewCheckboxHeaderWTL\MainDlg.h
     目录           0  2011-02-13 14:39  ListViewCheckboxHeaderWTL\res\
     文件         650  2011-02-13 11:36  ListViewCheckboxHeaderWTL\resource.h
     文件        1078  2008-01-09 14:11  ListViewCheckboxHeaderWTL\res\ListViewCheckboxHeaderWTL.ico
     文件         293  2011-02-13 11:32  ListViewCheckboxHeaderWTL\stdafx.cpp
     文件        1300  2011-02-13 12:16  ListViewCheckboxHeaderWTL\stdafx.h

评论

共有 条评论