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

资源简介

C++ 使用GetOpenFileName选择文件(提高篇-实例192).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Filter.h“
#include “FilterDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFilterApp

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

/////////////////////////////////////////////////////////////////////////////
// CFilterApp construction

CFilterApp::CFilterApp()
{
// TODO: add construction code here

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35420  2013-12-20 10:44  Filter.aps
     文件        1013  2013-12-20 10:52  Filter.clw
     文件        2063  2013-12-20 09:26  Filter.cpp
     文件        4163  2013-12-20 10:52  Filter.dsp
     文件         535  2013-12-20 09:26  Filter.dsw
     文件        1324  2013-12-20 09:26  Filter.h
     文件       48640  2013-12-20 10:52  Filter.opt
     文件        5158  2013-12-20 10:44  Filter.rc
     文件        4873  2013-12-20 10:52  FilterDlg.cpp
     文件        1367  2013-12-20 09:26  FilterDlg.h
     文件        3579  2013-12-20 09:26  ReadMe.txt
     文件         684  2013-12-20 09:30  Resource.h
     文件         208  2013-12-20 09:26  StdAfx.cpp
     文件        1054  2013-12-20 09:26  StdAfx.h
     文件        1078  2013-12-20 09:26  res\Filter.ico
     文件         398  2013-12-20 09:26  res\Filter.rc2

评论

共有 条评论