資源簡介
C++實戰源碼-在ListBox中查找字符串(入門級實例173).zip
代碼片段和文件信息
//?GetListBoxString.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“GetListBoxString.h“
#include?“GetListBoxStringDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CGetListBoxStringApp
BEGIN_MESSAGE_MAP(CGetListBoxStringApp?CWinApp)
//{{AFX_MSG_MAP(CGetListBoxStringApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CGetListBoxStringApp?construction
CGetListBoxStringApp::CGetListBoxStringApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1268??2010-10-26?17:58??GetListBoxString\GetListBoxString.clw
?????文件????????2203??2007-05-11?11:42??GetListBoxString\GetListBoxString.cpp
?????文件????????4339??2007-05-11?11:42??GetListBoxString\GetListBoxString.dsp
?????文件?????????557??2007-05-11?11:42??GetListBoxString\GetListBoxString.dsw
?????文件????????1434??2007-05-11?11:42??GetListBoxString\GetListBoxString.h
?????文件????????5465??2007-05-11?13:24??GetListBoxString\GetListBoxString.rc
?????文件????????4800??2007-05-21?11:37??GetListBoxString\GetListBoxStringDlg.cpp
?????文件????????1446??2007-05-11?12:51??GetListBoxString\GetListBoxStringDlg.h
?????文件?????????786??2007-05-11?13:23??GetListBoxString\resource.h
?????文件?????????218??2007-05-11?11:42??GetListBoxString\StdAfx.cpp
?????文件????????1054??2007-05-11?11:42??GetListBoxString\StdAfx.h
?????文件????????5694??2005-10-08?16:28??GetListBoxString\res\GetListBoxString.ico
?????文件?????????408??2007-05-11?11:42??GetListBoxString\res\GetListBoxString.rc2
- 上一篇:C++實戰源碼-系統托盤動態圖標
- 下一篇:C++實戰源碼-編輯框右鍵菜單
評論
共有 條評論