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

资源简介

C++实战源码-控制窗体的最大化和最小化(入门级实例268).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MaxAndMin.h“
#include “MaxAndMinDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMaxAndMinApp

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

/////////////////////////////////////////////////////////////////////////////
// CMaxAndMinApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMaxAndMinAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1101  2010-10-26 19:01  MaxAndMin\MaxAndMin.clw
     文件        2105  2007-08-21 15:43  MaxAndMin\MaxAndMin.cpp
     文件        4213  2007-08-21 15:43  MaxAndMin\MaxAndMin.dsp
     文件         541  2007-08-21 15:43  MaxAndMin\MaxAndMin.dsw
     文件        1357  2007-08-21 15:43  MaxAndMin\MaxAndMin.h
     文件        5291  2007-08-21 15:43  MaxAndMin\MaxAndMin.rc
     文件        4413  2007-08-21 15:43  MaxAndMin\MaxAndMinDlg.cpp
     文件        1431  2007-08-21 15:43  MaxAndMin\MaxAndMinDlg.h
     文件         733  2007-08-21 15:43  MaxAndMin\resource.h
     文件         211  2007-08-21 15:43  MaxAndMin\StdAfx.cpp
     文件        1054  2007-08-21 15:43  MaxAndMin\StdAfx.h
     文件        1078  2007-08-21 15:43  MaxAndMin\res\MaxAndMin.ico
     文件         401  2007-08-21 15:43  MaxAndMin\res\MaxAndMin.rc2

评论

共有 条评论