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

资源简介

C++ 获得鼠标键数(提高篇-实例083).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetSystemMetrics.h“
#include “GetSystemMetricsDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetSystemMetricsApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetSystemMetricsApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20952  2013-10-30 10:56  GetSystemMetrics.aps
     文件        1162  2013-10-30 10:56  GetSystemMetrics.clw
     文件        2203  2013-10-30 10:36  GetSystemMetrics.cpp
     文件        4339  2013-10-30 10:36  GetSystemMetrics.dsp
     文件         555  2013-10-30 10:36  GetSystemMetrics.dsw
     文件        1434  2013-10-30 10:36  GetSystemMetrics.h
     文件       48640  2013-10-30 10:56  GetSystemMetrics.opt
     文件        5288  2013-10-30 10:37  GetSystemMetrics.rc
     文件        4537  2013-10-30 10:37  GetSystemMetricsDlg.cpp
     文件        1476  2013-10-30 10:36  GetSystemMetricsDlg.h
     文件        3759  2013-10-30 10:36  ReadMe.txt
     文件         694  2013-10-30 10:36  Resource.h
     文件         218  2013-10-30 10:36  StdAfx.cpp
     文件        1054  2013-10-30 10:36  StdAfx.h
     文件        1078  2013-10-30 10:36  res\GetSystemMetrics.ico
     文件         408  2013-10-30 10:36  res\GetSystemMetrics.rc2

评论

共有 条评论