資源簡介
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
- 上一篇:C++實戰源碼-窗體拆分
- 下一篇:C++實戰源碼-在ListBox中查找字符串
評論
共有 條評論