資源簡介
C++實戰源碼-實現標簽式選擇(入門級實例320).zip
代碼片段和文件信息
//?ListboxChkSel.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ListboxChkSel.h“
#include?“ListboxChkSelDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CListboxChkSelApp
BEGIN_MESSAGE_MAP(CListboxChkSelApp?CWinApp)
//{{AFX_MSG_MAP(CListboxChkSelApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CListboxChkSelApp?construction
CListboxChkSelApp::CListboxChkSelApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
///////////////////////////////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1381??2010-10-27?13:17??ListboxChkSel\ListboxChkSel.clw
?????文件????????2161??2007-05-08?08:47??ListboxChkSel\ListboxChkSel.cpp
?????文件????????4285??2007-05-08?08:47??ListboxChkSel\ListboxChkSel.dsp
?????文件?????????551??2007-05-08?08:47??ListboxChkSel\ListboxChkSel.dsw
?????文件????????1401??2007-05-08?08:47??ListboxChkSel\ListboxChkSel.h
?????文件????????5714??2010-09-18?16:56??ListboxChkSel\ListboxChkSel.rc
?????文件????????5308??2010-06-23?09:46??ListboxChkSel\ListboxChkSelDlg.cpp
?????文件????????1450??2010-06-23?09:46??ListboxChkSel\ListboxChkSelDlg.h
?????文件?????????921??2007-05-08?08:47??ListboxChkSel\resource.h
?????文件?????????215??2007-05-08?08:47??ListboxChkSel\StdAfx.cpp
?????文件????????1054??2007-05-08?08:47??ListboxChkSel\StdAfx.h
?????文件????????5694??2005-10-08?16:28??ListboxChkSel\res\ListboxChkSel.ico
?????文件?????????405??2007-05-08?08:47??ListboxChkSel\res\ListboxChkSel.rc2
?????文件????????7168??2010-06-22?09:22??ListboxChkSel\res\Thumbs.db
- 上一篇:C++實戰源碼-字形窗體
- 下一篇:C++實戰源碼-WaveForm音頻采集雙緩存
評論
共有 條評論