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

资源简介

C++ 隐藏和显示鼠标(提高篇-实例089).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “HideMouse.h“
#include “HideMouseDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHideMouseApp

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

/////////////////////////////////////////////////////////////////////////////
// CHideMouseApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CHideMouseAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35544  2013-12-17 17:02  HideMouse.aps
     文件        1121  2013-12-17 17:13  HideMouse.clw
     文件        2105  2013-12-17 14:10  HideMouse.cpp
     文件        4213  2013-12-17 14:10  HideMouse.dsp
     文件         541  2013-12-17 14:10  HideMouse.dsw
     文件        1357  2013-12-17 14:10  HideMouse.h
     文件       48640  2013-12-17 17:13  HideMouse.opt
     文件        5233  2013-12-17 17:02  HideMouse.rc
     文件        4597  2013-12-17 16:59  HideMouseDlg.cpp
     文件        1441  2013-12-17 16:56  HideMouseDlg.h
     文件        3633  2013-12-17 14:10  ReadMe.txt
     文件         733  2013-12-17 14:18  Resource.h
     文件         211  2013-12-17 14:10  StdAfx.cpp
     文件        1054  2013-12-17 14:10  StdAfx.h
     文件        1078  2013-12-17 14:10  res\HideMouse.ico
     文件         401  2013-12-17 14:10  res\HideMouse.rc2

评论

共有 条评论