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

资源简介

C++实战源码-显示滚动字幕的状态栏(入门级实例395).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “StatusText.h“
#include “StatusTextDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CStatusTextApp

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

/////////////////////////////////////////////////////////////////////////////
// CStatusTextApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CSt

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         687  2010-09-04 17:00  StatusText\resource.h
     文件        1036  2010-10-27 15:31  StatusText\StatusText.clw
     文件        2119  2007-03-29 15:39  StatusText\StatusText.cpp
     文件        4297  2010-09-04 17:01  StatusText\StatusText.dsp
     文件         543  2007-03-29 15:39  StatusText\StatusText.dsw
     文件        1368  2007-03-29 15:39  StatusText\StatusText.h
     文件        5332  2010-09-04 17:00  StatusText\StatusText.rc
     文件        5572  2010-09-04 17:00  StatusText\StatusTextDlg.cpp
     文件        1488  2010-09-04 17:00  StatusText\StatusTextDlg.h
     文件         212  2007-03-29 15:39  StatusText\StdAfx.cpp
     文件        1054  2007-03-29 15:39  StatusText\StdAfx.h
     文件      264056  2010-09-04 17:00  StatusText\res\BGBITMAP.bmp
     文件        5694  2005-10-08 16:28  StatusText\res\StatusText.ico
     文件         402  2007-03-29 15:39  StatusText\res\StatusText.rc2

评论

共有 条评论