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

资源简介

C++ 判断屏幕保护程序是否在运行(提高篇-实例047).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Screen.h“
#include “ScreenDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CScreenApp

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

/////////////////////////////////////////////////////////////////////////////
// CScreenApp construction

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3579  2013-10-28 10:43  Screen\ReadMe.txt
     文件         684  2013-10-28 10:44  Screen\Resource.h
     文件       35404  2013-10-28 10:45  Screen\Screen.aps
     文件        1014  2013-10-28 10:45  Screen\Screen.clw
     文件        2063  2013-10-28 10:43  Screen\Screen.cpp
     文件        4159  2013-10-28 10:43  Screen\Screen.dsp
     文件         535  2013-10-28 10:43  Screen\Screen.dsw
     文件        1324  2013-10-28 10:43  Screen\Screen.h
     文件       48640  2013-10-28 10:45  Screen\Screen.opt
     文件        5158  2013-10-28 10:45  Screen\Screen.rc
     文件        4406  2013-10-28 10:44  Screen\ScreenDlg.cpp
     文件        1368  2013-10-28 10:44  Screen\ScreenDlg.h
     文件         208  2013-10-28 10:43  Screen\StdAfx.cpp
     文件        1054  2013-10-28 10:43  Screen\StdAfx.h
     文件        1078  2013-10-28 10:43  Screen\res\Screen.ico
     文件         398  2013-10-28 10:43  Screen\res\Screen.rc2

评论

共有 条评论