资源简介
一个使用C++在VS2005MFC下实现的按键精灵源代码,主要通过输入脚本实现,以适应不同的功能需求。
代码片段和文件信息
// 脚本命令.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “buttonKey.h“
#include “buttonKeyDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMyApp
BEGIN_MESSAGE_MAP(CMyApp CWinApp)
//{{AFX_MSG_MAP(CMyApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CMyApp construction
CMyApp::CMyApp()
{
// TODO: add construction code here
// Place all signifi
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2027 2013-10-18 10:30 按键精灵C++源码\buttonKey.cpp
文件 1292 2010-10-26 11:49 按键精灵C++源码\buttonKey.h
文件 5680 2013-10-18 10:31 按键精灵C++源码\buttonKey.rc
文件 882 2013-10-18 10:40 按键精灵C++源码\buttonKey.sln
文件 7350 2013-10-18 10:38 按键精灵C++源码\buttonKey.vcproj
文件 4636 2013-10-18 10:30 按键精灵C++源码\buttonKeyDlg.cpp
文件 2386 2013-10-18 10:26 按键精灵C++源码\buttonKeyDlg.h
文件 3597 2010-10-26 11:49 按键精灵C++源码\ReadMe.txt
文件 1078 2010-10-26 11:49 按键精灵C++源码\res\buttonKey.ico
文件 400 2010-10-26 11:49 按键精灵C++源码\res\buttonKey.rc2
..A.SH. 3072 2013-10-18 10:34 按键精灵C++源码\res\Thumbs.db
文件 778 2010-10-27 18:28 按键精灵C++源码\Resource.h
文件 210 2010-10-26 11:49 按键精灵C++源码\StdAfx.cpp
文件 1054 2010-10-26 11:49 按键精灵C++源码\StdAfx.h
目录 0 2013-10-18 10:34 按键精灵C++源码\res
目录 0 2013-10-18 10:41 按键精灵C++源码
----------- --------- ---------- ----- ----
34442 16
相关资源
- c++多边形交并差运算
- VC++基于OpenGL模拟的一个3维空间模型
- c++ 虚拟摄像头
- hook,捕获所有案件,查找所有窗口,
- C语言课设计算器
- c++ 简易贪吃蛇源码
- 高精度加法(c++代码)
- C++调用百度地图案例
- 北京化工大学计算方法(C/C++)讲义
- 基于VC++的SolidWorks二次开发SolidWorks
- c++ 模拟鼠标按键
- OFD编辑器
- Beginning C++17 From Novice to Professional
- C++ STL实现
- opencv手部轮廓识别以及轨迹识别
- 百度C++编码规范
- C++ sql2008 WebServer通讯.docx
- c++ 定时关机程序源码
- 基于VSCode和CMake实现C++开发
- c++语法查询工具
- c++ 账务系统源码
- GBT 28169-2011 嵌入式软件 C语言编码规范
- c++ 猜拳小游戏
- XUnZip Zip解压缩.rar
-
Google C++ st
yle Guide - Windows_API_函数大全 C/C++
- C++ SHA256加密计算
- 思维导图(C++ Primer Plus(第六版).
- 信息学奥赛c++第一阶课件.pptx
- c++ 注入exe
评论
共有 条评论