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

资源简介

C++ 模拟键盘事件(提高篇-实例096).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “SimulateKeybdEvent.h“
#include “SimulateKeybdEventDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSimulateKeybdEventApp

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

/////////////////////////////////////////////////////////////////////////////
// CSimulateKeybdEventApp c

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3795  2013-12-17 10:07  ReadMe.txt
     文件         742  2013-12-17 10:36  Resource.h
     文件       35784  2013-12-17 10:53  SimulateKeybdEvent.aps
     文件        1192  2013-12-17 11:00  SimulateKeybdEvent.clw
     文件        2231  2013-12-17 10:07  SimulateKeybdEvent.cpp
     文件        4375  2013-12-17 10:07  SimulateKeybdEvent.dsp
     文件         559  2013-12-17 10:07  SimulateKeybdEvent.dsw
     文件        1456  2013-12-17 10:07  SimulateKeybdEvent.h
     文件       48640  2013-12-17 11:00  SimulateKeybdEvent.opt
     文件        5312  2013-12-17 10:53  SimulateKeybdEvent.rc
     文件        4640  2013-12-17 10:43  SimulateKeybdEventDlg.cpp
     文件        1498  2013-12-17 10:15  SimulateKeybdEventDlg.h
     文件         220  2013-12-17 10:07  StdAfx.cpp
     文件        1054  2013-12-17 10:07  StdAfx.h
     文件        1078  2013-12-17 10:07  res\SimulateKeybdEvent.ico
     文件         410  2013-12-17 10:07  res\SimulateKeybdEvent.rc2

评论

共有 条评论