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

资源简介

C++ 获取鼠标在窗体上的位置(提高篇-实例087).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetMousePosition.h“
#include “GetMousePositionDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetMousePositionApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetMousePositionApp construction

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

////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21004  2013-10-30 14:56  GetMousePosition.aps
     文件        1229  2013-10-30 15:16  GetMousePosition.clw
     文件        2203  2013-10-28 13:50  GetMousePosition.cpp
     文件        4339  2013-10-28 13:50  GetMousePosition.dsp
     文件         555  2013-10-28 13:50  GetMousePosition.dsw
     文件        1434  2013-10-28 13:50  GetMousePosition.h
     文件       48640  2013-10-30 15:16  GetMousePosition.opt
     文件        5366  2013-10-28 14:06  GetMousePosition.rc
     文件        4553  2013-10-30 15:04  GetMousePositionDlg.cpp
     文件        1474  2013-10-28 13:53  GetMousePositionDlg.h
     文件        3759  2013-10-28 13:50  ReadMe.txt
     文件         694  2013-10-28 13:56  Resource.h
     文件         218  2013-10-28 13:50  StdAfx.cpp
     文件        1054  2013-10-28 13:50  StdAfx.h
     文件        1078  2013-10-28 13:50  res\GetMousePosition.ico
     文件         408  2013-10-28 13:50  res\GetMousePosition.rc2

评论

共有 条评论