• 大小: 3.34MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-28
  • 语言: C/C++
  • 标签:

资源简介

获取磁盘信息MFC,希望可以帮到你.一个很好的例子.

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetDisspace.h“
#include “GetDisspaceDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetDisspaceApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetDisspaceApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CGetDisspaceApp object

CGetDisspaceApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CGetDisspaceApp initialization

BOOL CGetDisspaceApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CGetDisspaceDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    2130015  2009-10-28 12:39  GetDisspace\Debug\GetDisspace.exe

     文件    2534332  2009-10-28 12:39  GetDisspace\Debug\GetDisspace.ilk

     文件      12343  2009-10-21 22:11  GetDisspace\Debug\GetDisspace.obj

     文件    5453916  2009-10-21 22:11  GetDisspace\Debug\GetDisspace.pch

     文件    4088832  2009-10-28 12:39  GetDisspace\Debug\GetDisspace.pdb

     文件       9868  2009-10-28 12:22  GetDisspace\Debug\GetDisspace.res

     文件      35777  2009-10-28 12:39  GetDisspace\Debug\GetDisspaceDlg.obj

     文件     105363  2009-10-21 22:11  GetDisspace\Debug\StdAfx.obj

     文件     222208  2009-10-28 12:40  GetDisspace\Debug\vc60.idb

     文件     364544  2009-10-28 12:39  GetDisspace\Debug\vc60.pdb

     文件      37768  2009-10-28 12:22  GetDisspace\GetDisspace.aps

     文件       1683  2009-10-28 12:41  GetDisspace\GetDisspace.clw

     文件       2133  2009-10-21 17:40  GetDisspace\GetDisspace.cpp

     文件       4314  2009-10-27 18:40  GetDisspace\GetDisspace.dsp

     文件        545  2009-10-21 17:40  GetDisspace\GetDisspace.dsw

     文件       1379  2009-10-21 17:40  GetDisspace\GetDisspace.h

     文件      91136  2009-10-28 12:41  GetDisspace\GetDisspace.ncb

     文件      49664  2009-10-28 12:41  GetDisspace\GetDisspace.opt

     文件        256  2009-10-28 12:40  GetDisspace\GetDisspace.plg

     文件       6148  2009-10-28 12:22  GetDisspace\GetDisspace.rc

     文件       9062  2009-10-28 12:39  GetDisspace\GetDisspaceDlg.cpp

     文件       1747  2009-10-28 10:11  GetDisspace\GetDisspaceDlg.h

     文件       3669  2009-10-21 17:40  GetDisspace\ReadMe.txt

     文件       1078  2009-10-21 17:40  GetDisspace\res\GetDisspace.ico

     文件        403  2009-10-21 17:40  GetDisspace\res\GetDisspace.rc2

     文件        766  2009-10-28 12:22  GetDisspace\res\icon1.ico

     文件       1056  2009-10-27 21:23  GetDisspace\resource.h

     文件        213  2009-10-21 17:40  GetDisspace\StdAfx.cpp

     文件       1054  2009-10-21 17:40  GetDisspace\StdAfx.h

     目录          0  2009-10-28 12:39  GetDisspace\Debug

............此处省略5个文件信息

评论

共有 条评论

相关资源