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

资源简介

C++ 设置磁盘卷标(提高篇-实例010).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “SetVolume.h“
#include “SetVolumeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSetVolumeApp

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

/////////////////////////////////////////////////////////////////////////////
// CSetVolumeApp construction

CSetVolumeApp::CSetVolumeApp()
{
// TODO: add

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3633  2007-08-21 15:45  ReadMe.txt
     文件         779  2007-08-21 15:45  resource.h
     文件       25492  2013-10-25 08:50  SetVolume.aps
     文件        1235  2013-10-25 09:06  SetVolume.clw
     文件        2105  2007-08-21 15:45  SetVolume.cpp
     文件        4213  2007-08-21 15:45  SetVolume.dsp
     文件         543  2007-08-21 15:45  SetVolume.dsw
     文件        1357  2007-08-21 15:45  SetVolume.h
     文件       41984  2013-10-25 09:06  SetVolume.ncb
     文件      290304  2013-10-25 09:06  SetVolume.opt
     文件        5443  2007-08-21 15:45  SetVolume.rc
     文件        4856  2013-10-24 16:22  SetVolumeDlg.cpp
     文件        1380  2007-08-21 15:45  SetVolumeDlg.h
     文件         211  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        5694  2007-08-21 15:45  res\SetVolume.ico
     文件         401  2007-08-21 15:45  res\SetVolume.rc2

评论

共有 条评论