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

资源简介

C++实战源码-系统托盘动态图标(入门级实例554).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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3262  2007-05-29 16:39  NotifyIcon\1.ico
     文件        3262  2007-05-29 16:39  NotifyIcon\2.ico
     文件        1063  2010-10-28 14:34  NotifyIcon\NotifyIcon.clw
     文件        2119  2007-05-29 16:28  NotifyIcon\NotifyIcon.cpp
     文件        4472  2007-05-30 09:39  NotifyIcon\NotifyIcon.dsp
     文件         545  2007-05-29 16:28  NotifyIcon\NotifyIcon.dsw
     文件        1368  2007-05-29 16:28  NotifyIcon\NotifyIcon.h
     文件        5285  2007-06-07 13:04  NotifyIcon\NotifyIcon.rc
     文件        5571  2008-09-02 16:34  NotifyIcon\NotifyIconDlg.cpp
     文件        1594  2007-05-30 09:23  NotifyIcon\NotifyIconDlg.h
     文件         732  2007-05-30 09:29  NotifyIcon\resource.h
     文件         212  2007-05-29 16:28  NotifyIcon\StdAfx.cpp
     文件        1054  2007-05-29 16:28  NotifyIcon\StdAfx.h
     文件        1078  2007-05-29 16:28  NotifyIcon\res\NotifyIcon.ico
     文件         402  2007-05-29 16:28  NotifyIcon\res\NotifyIcon.rc2

评论

共有 条评论