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

资源简介

C++ 启动记事本并控制其关闭(提高篇-实例167).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Note.h“
#include “NoteDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CNoteApp

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

/////////////////////////////////////////////////////////////////////////////
// CNoteApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CNoteApp object

CNoteApp theApp;

//////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35384  2013-11-04 08:55  Note\Note.aps
     文件        1021  2013-11-04 09:02  Note\Note.clw
     文件        2035  2013-11-04 08:38  Note\Note.cpp
     文件        4123  2013-11-04 08:38  Note\Note.dsp
     文件         531  2013-11-04 08:38  Note\Note.dsw
     文件        1302  2013-11-04 08:38  Note\Note.h
     文件       48640  2013-11-04 09:02  Note\Note.opt
     文件        5172  2013-11-04 08:55  Note\Note.rc
     文件        4699  2013-11-04 08:53  Note\NoteDlg.cpp
     文件        1398  2013-11-04 08:53  Note\NoteDlg.h
     文件        3543  2013-11-04 08:38  Note\ReadMe.txt
     文件         728  2013-11-04 08:39  Note\Resource.h
     文件         206  2013-11-04 08:38  Note\StdAfx.cpp
     文件        1054  2013-11-04 08:38  Note\StdAfx.h
     文件        1078  2013-11-04 08:38  Note\res\Note.ico
     文件         396  2013-11-04 08:38  Note\res\Note.rc2

评论

共有 条评论