资源简介

不需外部复杂的~调用系统自身API开启手柄~拦截手柄消息~读取手柄数据~很简单~

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “qqq.h“
#include “qqqDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CQqqApp

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

/////////////////////////////////////////////////////////////////////////////
// CQqqApp construction

CQqqApp::CQqqApp()
{
// TODO: add construction code here
// Place all significant in

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     106533  2010-07-05 17:17  qqq\Debug\qqq.exe

     文件     188880  2010-07-05 17:17  qqq\Debug\qqq.ilk

     文件      12574  2010-07-05 16:57  qqq\Debug\qqq.obj

     文件    5499236  2010-07-05 16:57  qqq\Debug\qqq.pch

     文件     369664  2010-07-05 17:17  qqq\Debug\qqq.pdb

     文件       2464  2010-07-05 17:14  qqq\Debug\qqq.res

     文件      31394  2010-07-05 17:17  qqq\Debug\qqqDlg.obj

     文件     105351  2010-07-05 16:57  qqq\Debug\StdAfx.obj

     文件     214016  2010-07-05 17:18  qqq\Debug\vc60.idb

     文件     380928  2010-07-05 17:17  qqq\Debug\vc60.pdb

     文件      35260  2010-07-05 17:14  qqq\qqq.aps

     文件       1041  2010-07-05 17:18  qqq\qqq.clw

     文件       2021  2010-07-05 16:56  qqq\qqq.cpp

     文件       4105  2010-07-05 16:56  qqq\qqq.dsp

     文件        529  2010-07-05 16:56  qqq\qqq.dsw

     文件       1291  2010-07-05 16:56  qqq\qqq.h

     文件      41984  2010-07-05 17:19  qqq\qqq.ncb

     文件      48640  2010-07-05 17:19  qqq\qqq.opt

     文件        240  2010-07-05 17:18  qqq\qqq.plg

     文件       5202  2010-07-05 17:14  qqq\qqq.rc

     文件       6147  2010-07-05 17:17  qqq\qqqDlg.cpp

     文件       1383  2010-07-05 16:56  qqq\qqqDlg.h

     文件       3525  2010-07-05 16:56  qqq\ReadMe.txt

     文件       1078  2010-07-05 16:56  qqq\res\qqq.ico

     文件        395  2010-07-05 16:56  qqq\res\qqq.rc2

     文件        681  2010-07-05 17:14  qqq\resource.h

     文件        205  2010-07-05 16:56  qqq\StdAfx.cpp

     文件       1054  2010-07-05 16:56  qqq\StdAfx.h

     目录          0  2010-07-05 17:17  qqq\Debug

     目录          0  2010-07-05 16:56  qqq\res

............此处省略4个文件信息

评论

共有 条评论