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

资源简介

C++ 设置鼠标双击的时间间隔(提高篇-实例082).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetDoubleClickTime.h“
#include “GetDoubleClickTimeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetDoubleClickTimeApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetDoubleClickTimeApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35800  2013-10-30 10:13  GetDoubleClickTime.aps
     文件        1192  2013-10-30 10:29  GetDoubleClickTime.clw
     文件        2231  2013-10-30 10:10  GetDoubleClickTime.cpp
     文件        4375  2013-10-30 10:10  GetDoubleClickTime.dsp
     文件         559  2013-10-30 10:10  GetDoubleClickTime.dsw
     文件        1456  2013-10-30 10:10  GetDoubleClickTime.h
     文件       48640  2013-10-30 10:29  GetDoubleClickTime.opt
     文件        5318  2013-10-30 10:13  GetDoubleClickTime.rc
     文件        4577  2013-10-30 10:29  GetDoubleClickTimeDlg.cpp
     文件        1498  2013-10-30 10:12  GetDoubleClickTimeDlg.h
     文件        3795  2013-10-30 10:10  ReadMe.txt
     文件         696  2013-10-30 10:12  Resource.h
     文件         220  2013-10-30 10:10  StdAfx.cpp
     文件        1054  2013-10-30 10:10  StdAfx.h
     文件        1078  2013-10-30 10:10  res\GetDoubleClickTime.ico
     文件         410  2013-10-30 10:10  res\GetDoubleClickTime.rc2

评论

共有 条评论