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

资源简介

C++实战源码-全屏显示的窗体(入门级实例281).zip

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “FullScreen.h“

#include “ChildFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CChildframe

IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

CChildframe::CChildframe()
{
// TODO: add member initialization code here

}

CChildframe::~CChildframe()
{
}

BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by mod

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1537  2010-10-16 11:27  FullScreen\ChildFrm.cpp
     文件        1397  2010-10-16 11:27  FullScreen\ChildFrm.h
     文件        2894  2010-10-16 13:14  FullScreen\FullScreen.clw
     文件        4462  2010-10-16 11:27  FullScreen\FullScreen.cpp
     文件        4771  2010-10-16 13:14  FullScreen\FullScreen.dsp
     文件         545  2010-10-16 11:27  FullScreen\FullScreen.dsw
     文件        1400  2010-10-16 11:27  FullScreen\FullScreen.h
     文件       12016  2010-10-16 11:27  FullScreen\FullScreen.rc
     文件        1837  2010-10-16 11:27  FullScreen\FullScreenDoc.cpp
     文件        1519  2010-10-16 11:27  FullScreen\FullScreenDoc.h
     文件        3250  2010-10-16 13:06  FullScreen\FullScreenView.cpp
     文件        1880  2010-10-16 11:41  FullScreen\FullScreenView.h
     文件        3952  2010-10-16 11:39  FullScreen\MainFrm.cpp
     文件        1622  2010-10-16 11:45  FullScreen\MainFrm.h
     文件         498  2010-10-16 11:27  FullScreen\Resource.h
     文件         212  2010-10-16 11:27  FullScreen\StdAfx.cpp
     文件        1054  2010-10-16 11:27  FullScreen\StdAfx.h
     文件        1078  2010-10-16 11:27  FullScreen\res\FullScreen.ico
     文件         402  2010-10-16 11:27  FullScreen\res\FullScreen.rc2
     文件        1078  2010-10-16 11:27  FullScreen\res\FullScreenDoc.ico
     文件        1078  2010-10-16 11:27  FullScreen\res\Toolbar.bmp

评论

共有 条评论