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

资源简介

C++实战源码-标题栏及任务栏动画图标(入门级实例551).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “NotifyIcon.h“
#include “NotifyIconDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CNotifyIconApp

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

/////////////////////////////////////////////////////////////////////////////
// CNotifyIconApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CNo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1102  2010-10-28 14:32  NotifyIcon\NotifyIcon.clw
     文件        2119  2010-09-27 19:54  NotifyIcon\NotifyIcon.cpp
     文件        4426  2010-09-27 20:08  NotifyIcon\NotifyIcon.dsp
     文件         543  2010-09-27 19:54  NotifyIcon\NotifyIcon.dsw
     文件        1368  2010-09-27 19:54  NotifyIcon\NotifyIcon.h
     文件        5518  2010-09-27 20:03  NotifyIcon\NotifyIcon.rc
     文件        4556  2010-10-07 09:47  NotifyIcon\NotifyIconDlg.cpp
     文件        1476  2010-09-27 20:04  NotifyIcon\NotifyIconDlg.h
     文件         777  2010-09-27 20:03  NotifyIcon\resource.h
     文件         212  2010-09-27 19:54  NotifyIcon\StdAfx.cpp
     文件        1054  2010-09-27 19:54  NotifyIcon\StdAfx.h
     文件        3262  2010-09-27 20:03  NotifyIcon\res\1.ico
     文件        3262  2010-09-27 20:03  NotifyIcon\res\2.ico
     文件      264056  2010-09-27 20:03  NotifyIcon\res\background.bmp
     文件        5694  2005-10-08 16:28  NotifyIcon\res\NotifyIcon.ico
     文件         402  2010-09-27 19:54  NotifyIcon\res\NotifyIcon.rc2

评论

共有 条评论