• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-在两个列表框间实现数据交换(入门级实例318).zip

资源截图

代码片段和文件信息

// ListDDX.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ListDDX.h“
#include “ListDDXDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CListDDXApp

BEGIN_MESSAGE_MAP(CListDDXApp CWinApp)
//{{AFX_MSG_MAP(CListDDXApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CListDDXApp construction

CListDDXApp::CListDDXApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CListDDXApp object

CListDDX

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1306  2010-10-27 13:16  ListDDX\ListDDX.clw
     文件        2077  2007-03-14 14:08  ListDDX\ListDDX.cpp
     文件        4506  2010-10-06 15:23  ListDDX\ListDDX.dsp
     文件         537  2007-03-14 14:08  ListDDX\ListDDX.dsw
     文件        1335  2007-03-14 14:08  ListDDX\ListDDX.h
     文件        6127  2010-10-06 15:16  ListDDX\ListDDX.rc
     文件        6903  2010-10-06 15:16  ListDDX\ListDDXDlg.cpp
     文件        1540  2010-06-22 16:39  ListDDX\ListDDXDlg.h
     文件        1324  2010-10-06 15:13  ListDDX\resource.h
     文件         209  2007-03-14 14:08  ListDDX\StdAfx.cpp
     文件        1054  2007-03-14 14:08  ListDDX\StdAfx.h
     文件      243094  2010-10-06 14:22  ListDDX\res\030.bmp
     文件        2322  2010-10-06 15:13  ListDDX\res\left.bmp
     文件        2322  2010-10-06 15:13  ListDDX\res\leftall.bmp
     文件        5694  2005-10-08 16:28  ListDDX\res\ListDDX.ico
     文件         399  2007-03-14 14:08  ListDDX\res\ListDDX.rc2
     文件        2322  2010-10-06 15:13  ListDDX\res\right.bmp
     文件        2322  2010-10-06 15:13  ListDDX\res\rightall.bmp
     文件       15360  2010-10-06 15:28  ListDDX\res\Thumbs.db

评论

共有 条评论