資源簡介
C++實戰源碼-帶進度條的狀態欄(入門級實例393).zip
代碼片段和文件信息
//?ProgressBar.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ProgressBar.h“
#include?“ProgressBarDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CProgressBarApp
BEGIN_MESSAGE_MAP(CProgressBarApp?CWinApp)
//{{AFX_MSG_MAP(CProgressBarApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CProgressBarApp?construction
CProgressBarApp::CProgressBarApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1130??2007-02-10?09:52??ProgressBar\ProgressBar.clw
?????文件????????2133??2007-02-10?09:42??ProgressBar\ProgressBar.cpp
?????文件????????4249??2007-02-10?09:42??ProgressBar\ProgressBar.dsp
?????文件?????????545??2007-02-10?09:42??ProgressBar\ProgressBar.dsw
?????文件????????1379??2007-02-10?09:42??ProgressBar\ProgressBar.h
?????文件????????5269??2007-02-10?09:52??ProgressBar\ProgressBar.rc
?????文件????????5055??2007-02-10?09:54??ProgressBar\ProgressBarDlg.cpp
?????文件????????1394??2007-02-10?09:47??ProgressBar\ProgressBarDlg.h
?????文件?????????689??2007-02-10?09:49??ProgressBar\resource.h
?????文件?????????213??2007-02-10?09:42??ProgressBar\StdAfx.cpp
?????文件????????1054??2007-02-10?09:42??ProgressBar\StdAfx.h
?????文件????????5694??2005-10-08?16:28??ProgressBar\res\ProgressBar.ico
?????文件?????????403??2007-02-10?09:42??ProgressBar\res\ProgressBar.rc2
評論
共有 條評論