• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++ 如何在程序中显示文件属性对话框(提高篇-实例043).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Attribute.h“
#include “AttributeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAttributeApp

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

/////////////////////////////////////////////////////////////////////////////
// CAttributeApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CAttributeAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20984  2013-10-28 09:37  Attribute\Attribute.aps
     文件        1196  2013-10-28 09:39  Attribute\Attribute.clw
     文件        2105  2013-10-28 09:16  Attribute\Attribute.cpp
     文件        4213  2013-10-28 09:16  Attribute\Attribute.dsp
     文件         541  2013-10-28 09:16  Attribute\Attribute.dsw
     文件        1357  2013-10-28 09:16  Attribute\Attribute.h
     文件       48640  2013-10-28 09:40  Attribute\Attribute.opt
     文件        5347  2013-10-28 09:36  Attribute\Attribute.rc
     文件        4876  2013-10-28 09:35  Attribute\AttributeDlg.cpp
     文件        1392  2013-10-28 09:24  Attribute\AttributeDlg.h
     文件        3633  2013-10-28 09:16  Attribute\ReadMe.txt
     文件         779  2013-10-28 09:30  Attribute\Resource.h
     文件         211  2013-10-28 09:16  Attribute\StdAfx.cpp
     文件        1054  2013-10-28 09:16  Attribute\StdAfx.h
     文件        1078  2013-10-28 09:16  Attribute\res\Attribute.ico
     文件         401  2013-10-28 09:16  Attribute\res\Attribute.rc2

评论

共有 条评论