資源簡介
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
- 上一篇:C++實戰源碼-屏幕動畫精靈
- 下一篇:C++實戰源碼-設置系統時間
評論
共有 條評論