資源簡介
C++實戰源碼-要提示才能看得見(入門級實例321).zip
代碼片段和文件信息
//?ListBoxTip.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ListBoxTip.h“
#include?“ListBoxTipDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CListBoxTipApp
BEGIN_MESSAGE_MAP(CListBoxTipApp?CWinApp)
//{{AFX_MSG_MAP(CListBoxTipApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CListBoxTipApp?construction
CListBoxTipApp::CListBoxTipApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CLi
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1464??2010-10-27?13:18??ListBoxTip\ListBoxTip.clw
?????文件????????2119??2007-05-08?08:47??ListBoxTip\ListBoxTip.cpp
?????文件????????4416??2010-10-06?15:43??ListBoxTip\ListBoxTip.dsp
?????文件?????????545??2007-05-08?08:47??ListBoxTip\ListBoxTip.dsw
?????文件????????1368??2007-05-08?08:47??ListBoxTip\ListBoxTip.h
?????文件????????5502??2010-10-06?15:39??ListBoxTip\ListBoxTip.rc
?????文件????????4804??2010-09-19?09:25??ListBoxTip\ListBoxTipDlg.cpp
?????文件????????1370??2010-06-23?11:13??ListBoxTip\ListBoxTipDlg.h
?????文件?????????779??2010-10-06?15:39??ListBoxTip\resource.h
?????文件?????????212??2007-05-08?08:47??ListBoxTip\StdAfx.cpp
?????文件????????1054??2007-05-08?08:47??ListBoxTip\StdAfx.h
?????文件????????4846??2010-07-07?15:49??ListBoxTip\SubWnd.cpp
?????文件????????2181??2007-05-08?08:47??ListBoxTip\SubWnd.h
?????文件??????238878??2010-10-06?15:39??ListBoxTip\res\033.bmp
?????文件????????5694??2005-10-08?16:28??ListBoxTip\res\ListBoxTip.ico
?????文件?????????402??2007-05-08?08:47??ListBoxTip\res\ListBoxTip.rc2
?????文件????????7168??2010-06-22?09:23??ListBoxTip\res\Thumbs.db
- 上一篇:C++實戰源碼-用指針函數實現求學生成績
- 下一篇:C++實戰源碼-樹控件的服裝設計
評論
共有 條評論