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

资源简介

C++实战源码-让窗体的标题栏不响应鼠标双击事件(入门级实例271).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DoubleClick.h“
#include “DoubleClickDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDoubleClickApp

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

/////////////////////////////////////////////////////////////////////////////
// CDoubleClickApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1079  2010-10-26 19:02  DoubleClick\DoubleClick.clw
     文件        2133  2007-08-21 15:43  DoubleClick\DoubleClick.cpp
     文件        4249  2007-08-21 15:43  DoubleClick\DoubleClick.dsp
     文件         545  2007-08-21 15:43  DoubleClick\DoubleClick.dsw
     文件        1379  2007-08-21 15:43  DoubleClick\DoubleClick.h
     文件        5216  2007-08-21 15:43  DoubleClick\DoubleClick.rc
     文件        4309  2007-08-21 15:43  DoubleClick\DoubleClickDlg.cpp
     文件        1472  2007-08-21 15:43  DoubleClick\DoubleClickDlg.h
     文件         544  2007-08-21 15:43  DoubleClick\Resource.h
     文件         213  2007-08-21 15:43  DoubleClick\StdAfx.cpp
     文件        1054  2007-08-21 15:43  DoubleClick\StdAfx.h
     文件        1078  2007-08-21 15:43  DoubleClick\res\DoubleClick.ico
     文件         403  2007-08-21 15:43  DoubleClick\res\DoubleClick.rc2

评论

共有 条评论