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

资源简介

C++实战源码-无标题对话框的拖动方法(入门级实例272).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MoveCaption.h“
#include “MoveCaptionDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMoveCaptionApp

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

/////////////////////////////////////////////////////////////////////////////
// CMoveCaptionApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1149  2010-10-26 19:03  MoveCaption\MoveCaption.clw
     文件        2133  2010-06-24 09:46  MoveCaption\MoveCaption.cpp
     文件        4253  2010-06-24 10:27  MoveCaption\MoveCaption.dsp
     文件         547  2010-06-24 09:46  MoveCaption\MoveCaption.dsw
     文件        1379  2010-06-24 09:46  MoveCaption\MoveCaption.h
     文件        5200  2010-06-24 09:48  MoveCaption\MoveCaption.rc
     文件        4399  2010-06-24 09:53  MoveCaption\MoveCaptionDlg.cpp
     文件        1454  2010-06-24 09:51  MoveCaption\MoveCaptionDlg.h
     文件         689  2010-06-24 09:48  MoveCaption\resource.h
     文件         213  2010-06-24 09:46  MoveCaption\StdAfx.cpp
     文件        1054  2010-06-24 09:46  MoveCaption\StdAfx.h
     文件        1078  2010-06-24 09:46  MoveCaption\res\MoveCaption.ico
     文件         403  2010-06-24 09:46  MoveCaption\res\MoveCaption.rc2

评论

共有 条评论