• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-静音(入门级实例549).zip

资源截图

代码片段和文件信息

// SetMute.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “SetMute.h“
#include “SetMuteDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CSetMuteApp

BEGIN_MESSAGE_MAP(CSetMuteApp CWinApp)
//{{AFX_MSG_MAP(CSetMuteApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CSetMuteApp construction

CSetMuteApp::CSetMuteApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CSetMuteApp object

CSetMute

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         730  2007-12-04 15:15  SetMute\resource.h
     文件        1127  2010-10-28 14:24  SetMute\SetMute.clw
     文件        2077  2007-12-04 15:15  SetMute\SetMute.cpp
     文件        4239  2007-12-04 15:15  SetMute\SetMute.dsp
     文件         539  2007-12-04 15:15  SetMute\SetMute.dsw
     文件        1335  2007-12-04 15:15  SetMute\SetMute.h
     文件        5510  2007-12-04 15:15  SetMute\SetMute.rc
     文件        6898  2007-12-04 15:15  SetMute\SetMuteDlg.cpp
     文件        1378  2007-12-04 15:15  SetMute\SetMuteDlg.h
     文件         209  2007-12-04 15:15  SetMute\StdAfx.cpp
     文件        1054  2007-12-04 15:15  SetMute\StdAfx.h
     文件        3382  2007-12-04 15:15  SetMute\res\Mute.bmp
     文件        5694  2007-12-04 15:15  SetMute\res\SetMute.ico
     文件         399  2007-12-04 15:15  SetMute\res\SetMute.rc2

评论

共有 条评论