資源簡介
C++實戰源碼-禁止列表框信息重復(入門級實例317).zip
代碼片段和文件信息
//?Repeat.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Repeat.h“
#include?“RepeatDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRepeatApp
BEGIN_MESSAGE_MAP(CRepeatApp?CWinApp)
//{{AFX_MSG_MAP(CRepeatApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRepeatApp?construction
CRepeatApp::CRepeatApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CRepeatApp?object
CRepeatApp?theApp;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1155??2010-10-27?13:14??Repeat\Repeat.clw
?????文件????????2063??2007-03-14?15:05??Repeat\Repeat.cpp
?????文件????????4287??2010-10-06?14:08??Repeat\Repeat.dsp
?????文件?????????535??2007-03-14?15:05??Repeat\Repeat.dsw
?????文件????????1324??2007-03-14?15:05??Repeat\Repeat.h
?????文件????????5649??2010-10-06?13:59??Repeat\Repeat.rc
?????文件????????4592??2010-10-06?13:58??Repeat\RepeatDlg.cpp
?????文件????????1374??2010-10-06?13:56??Repeat\RepeatDlg.h
?????文件?????????912??2010-10-06?13:58??Repeat\resource.h
?????文件?????????208??2007-03-14?15:05??Repeat\StdAfx.cpp
?????文件????????1054??2007-03-14?15:05??Repeat\StdAfx.h
?????文件??????258046??2010-10-06?13:52??Repeat\res\029.bmp
?????文件????????4842??2010-10-06?13:58??Repeat\res\insert.bmp
?????文件????????5694??2005-10-08?16:28??Repeat\res\Repeat.ico
?????文件?????????398??2007-03-14?15:05??Repeat\res\Repeat.rc2
?????文件???????10240??2010-10-06?13:56??Repeat\res\Thumbs.db
- 上一篇:C++實戰源碼-水平方向的延伸
- 下一篇:C++實戰源碼-金額編輯框
評論
共有 條評論