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

资源简介

C++实战源码-淡入淡出显示窗体(入门级实例246).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Fade.h“
#include “FadeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFadeApp

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

/////////////////////////////////////////////////////////////////////////////
// CFadeApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CFadeApp object

CFadeApp theApp;

//////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1004  2010-10-26 18:41  FadeWindow\Fade.clw
     文件        2035  2007-08-21 15:44  FadeWindow\Fade.cpp
     文件        4123  2007-08-21 15:44  FadeWindow\Fade.dsp
     文件         531  2007-08-21 15:44  FadeWindow\Fade.dsw
     文件        1302  2007-08-21 15:44  FadeWindow\Fade.h
     文件        5147  2010-06-09 16:07  FadeWindow\Fade.rc
     文件        4984  2010-06-09 16:09  FadeWindow\FadeDlg.cpp
     文件        1309  2010-06-09 16:06  FadeWindow\FadeDlg.h
     文件         682  2010-06-09 16:07  FadeWindow\resource.h
     文件         206  2007-08-21 15:44  FadeWindow\StdAfx.cpp
     文件        1054  2007-08-21 15:44  FadeWindow\StdAfx.h
     文件        1078  2007-08-21 15:44  FadeWindow\res\Fade.ico
     文件         396  2007-08-21 15:44  FadeWindow\res\Fade.rc2

评论

共有 条评论