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

资源简介

C++ 获取键盘类型及功能号(提高篇-实例094).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “KeyboardType.h“
#include “KeyboardTypeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CKeyboardTypeApp

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

/////////////////////////////////////////////////////////////////////////////
// CKeyboardTypeApp construction

CKeyboardTypeApp::CKeyboard

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       26320  2013-10-31 09:53  KeyboardType.aps
     文件        1439  2013-10-31 10:34  KeyboardType.clw
     文件        2147  2007-08-21 15:46  KeyboardType.cpp
     文件        4267  2007-08-21 15:46  KeyboardType.dsp
     文件         549  2007-08-21 15:46  KeyboardType.dsw
     文件        1390  2007-08-21 15:46  KeyboardType.h
     文件      290304  2013-10-31 10:34  KeyboardType.opt
     文件        6232  2007-08-21 15:46  KeyboardType.rc
     文件        4450  2007-08-21 15:46  KeyboardTypeDlg.cpp
     文件        1432  2007-08-21 15:46  KeyboardTypeDlg.h
     文件        3687  2007-08-21 15:46  ReadMe.txt
     文件        1012  2007-08-21 15:46  resource.h
     文件         214  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        5694  2007-08-21 15:46  res\KeyboardType.ico
     文件         404  2007-08-21 15:46  res\KeyboardType.rc2

评论

共有 条评论