資源簡介
C++實戰源碼-控制音量(入門級實例545).zip
代碼片段和文件信息
//?ControlSound.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ControlSound.h“
#include?“ControlSoundDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CControlSoundApp
BEGIN_MESSAGE_MAP(CControlSoundApp?CWinApp)
//{{AFX_MSG_MAP(CControlSoundApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CControlSoundApp?construction
CControlSoundApp::CControlSoundApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1224??2010-10-28?13:55??ControlSound\ControlSound.clw
?????文件????????2147??2007-04-10?09:11??ControlSound\ControlSound.cpp
?????文件????????4267??2007-04-10?09:11??ControlSound\ControlSound.dsp
?????文件?????????549??2007-04-10?09:11??ControlSound\ControlSound.dsw
?????文件????????1390??2007-04-10?09:11??ControlSound\ControlSound.h
?????文件????????5391??2007-04-10?09:39??ControlSound\ControlSound.rc
?????文件????????6843??2007-04-10?10:01??ControlSound\ControlSoundDlg.cpp
?????文件????????1635??2007-04-10?09:57??ControlSound\ControlSoundDlg.h
?????文件?????????690??2007-04-10?09:39??ControlSound\resource.h
?????文件?????????214??2007-04-10?09:11??ControlSound\StdAfx.cpp
?????文件????????1108??2007-04-10?09:40??ControlSound\StdAfx.h
?????文件????????5694??2005-10-08?16:28??ControlSound\res\ControlSound.ico
?????文件?????????404??2007-04-10?09:11??ControlSound\res\ControlSound.rc2
- 上一篇:C++實戰源碼-畫圖程序
- 下一篇:C++實戰源碼-通過Image控件實現動畫
評論
共有 條評論