资源简介

一个使用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


评论

共有 条评论