資源簡介
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
- 上一篇:C++實戰源碼-樹控件的服裝設計
- 下一篇:C++實戰源碼-為列表框換裝
評論
共有 條評論