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

资源简介

C++ 获取键盘按键(提高篇-实例093).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “KeyName.h“
#include “KeyNameDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CKeyNameApp

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

/////////////////////////////////////////////////////////////////////////////
// CKeyNameApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CKeyNameApp object

CKeyName

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       25564  2013-10-31 09:23  KeyName.aps
     文件        1288  2013-10-31 09:45  KeyName.clw
     文件        2077  2007-08-21 15:46  KeyName.cpp
     文件        4177  2007-08-21 15:46  KeyName.dsp
     文件         539  2007-08-21 15:46  KeyName.dsw
     文件        1335  2007-08-21 15:46  KeyName.h
     文件      290304  2013-10-31 09:45  KeyName.opt
     文件        5518  2007-08-21 15:46  KeyName.rc
     文件        4718  2013-10-31 09:39  KeyNameDlg.cpp
     文件        1410  2007-08-21 15:46  KeyNameDlg.h
     文件        3597  2007-08-21 15:46  ReadMe.txt
     文件         777  2007-08-21 15:46  resource.h
     文件         209  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        5694  2007-08-21 15:46  res\KeyName.ico
     文件         399  2007-08-21 15:46  res\KeyName.rc2

评论

共有 条评论