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

资源简介

C++ 屏蔽键盘WIN键(提高篇-实例180).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ShieldWinKey.h“
#include “ShieldWinKeyDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CShieldWinKeyApp

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

/////////////////////////////////////////////////////////////////////////////
// CShieldWinKeyApp construction

CShieldWinKeyApp::CShieldWi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3687  2007-08-21 15:46  ReadMe.txt
     文件         736  2007-08-21 15:46  resource.h
     文件       25332  2014-01-06 13:26  ShieldWinKey.aps
     文件        1173  2014-01-06 14:25  ShieldWinKey.clw
     文件        2147  2007-08-21 15:46  ShieldWinKey.cpp
     文件        4268  2013-11-05 10:23  ShieldWinKey.dsp
     文件         549  2007-08-21 15:46  ShieldWinKey.dsw
     文件        1390  2007-08-21 15:46  ShieldWinKey.h
     文件        5277  2007-08-21 15:46  ShieldWinKey.rc
     文件        5478  2014-01-06 14:25  ShieldWinKeyDlg.cpp
     文件        1838  2007-08-21 15:46  ShieldWinKeyDlg.h
     文件         214  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        5694  2007-08-21 15:46  res\ShieldWinKey.ico
     文件         404  2007-08-21 15:46  res\ShieldWinKey.rc2

评论

共有 条评论