資源簡介
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
- 上一篇:C++實戰源碼-根據菜單創建工具欄
- 下一篇:C++實戰源碼-為菜單添加核對標記
評論
共有 條評論