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

资源简介

C++实战源码-使用热键控件(入门级实例348).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “HotKey.h“
#include “HotKeyDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHotKeyApp

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

/////////////////////////////////////////////////////////////////////////////
// CHotKeyApp construction

CHotKeyApp::CHotKeyApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CHotKeyApp object

CHotKeyApp theApp;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1132  2010-10-27 13:50  HotKey\HotKey.clw
     文件        2063  2007-05-18 11:01  HotKey\HotKey.cpp
     文件        4298  2010-09-25 15:56  HotKey\HotKey.dsp
     文件         535  2007-05-18 11:01  HotKey\HotKey.dsw
     文件        1324  2007-05-18 11:01  HotKey\HotKey.h
     文件        5590  2010-09-25 15:53  HotKey\HotKey.rc
     文件        4929  2010-09-25 15:53  HotKey\HotKeyDlg.cpp
     文件        1443  2010-09-25 15:52  HotKey\HotKeyDlg.h
     文件         866  2010-09-25 15:53  HotKey\resource.h
     文件         208  2007-05-18 11:01  HotKey\StdAfx.cpp
     文件        1054  2007-05-18 11:01  HotKey\StdAfx.h
     文件        1078  2007-05-18 11:01  HotKey\res\HotKey.ico
     文件         398  2007-05-18 11:01  HotKey\res\HotKey.rc2
     文件        8192  2010-12-04 18:52  HotKey\res\Thumbs.db
     文件        5390  2010-09-25 15:53  HotKey\res\保存.bmp
     文件      235198  2010-09-25 15:51  HotKey\res\屏幕截图工具.bmp

评论

共有 条评论